url

the URL which the component will use to load data after its initialization

string url;

Example

webix.ui({
    datatype: "xml",
    url: "data.xml"
    ...
});

Related samples

Details

Used together with the datatype parameter. If datatype isn't provided, the component will expect data in the JSON format.

See also
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.