Check documentation for the latest version of dhtmlxSuite loadXML DHTMLX Docs

loadXML

loads tree from xml file

void loadXML(string xmlFile,function afterCall,string type);

Deprecated

Use load method

myTree.load(xmlFile, afterCall,"xml");
xmlFilestringlink to XML file
afterCallfunctionfunction which will be called after xml loading
typestringtype of data, optional, xml by default
Change log

deprecated since version 4.4

Back to top