html

the parser for data of the HTML format.

object html;

Example

$$('mylist').data.driver = webix.DataDriver.html;
$$('mylist').load("data.html");
// it is the same as
$$('mylist').load("data.html","html");

Details

The object contains methods and properties for correct processing HTML data.

Back to top