the URL the component will use to load data after its initialization
webix.ui({
datatype: "xml",
url: "data.xml"
...
});
Used in conjunction with the datatype parameter. If datatype isn't provided, the component will expect data in JSON format.
Back to top