Check documentation for the latest version of dhtmlxSuite loadXMLString DHTMLX Docs

loadXMLString

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

void loadXMLString();

Deprecated

new usage

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

deprecated from version 4.0

Back to top