Check documentation for the latest version of dhtmlxSuite loadXML DHTMLX Docs

loadXML

loads toolbar data from an XML file and calls the onLoadFunction when the loading is done

void loadXML();

Deprecated

new usage

myToolbar.loadStruct(xmlUrl, function (){});
Change log

deprecated from version 4.0

Back to top