Check documentation for the latest version of dhtmlxSuite loadXML DHTMLX Docs

loadXML

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

void loadXML();

Deprecated

new usage

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

deprecated from version 4.0

Back to top