Check documentation for the latest version of dhtmlxSuite loadXMLString DHTMLX Docs

loadXMLString

loads tree from xml string

void loadXMLString(string xmlString,function afterCall,string type);

Deprecated

Use parse method

myTree.parse(xmlString,"xml");
xmlStringstringXML string to load
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