Check documentation for the latest version of dhtmlxSuite loadXML DHTMLX Docs

loadXML

loads the list of options from XML

void loadXML(stringurl);

Deprecated

new usage:

myCombo.load(url, callback);
urlstringurl of the xml
Change log

deprecated from version 4.0

Back to top