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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.