Check documentation for the latest version of dhtmlxSuite setXMLAutoLoading DHTMLX Docs

setXMLAutoLoading

enables dynamic loading from XML

void setXMLAutoLoading(string filePath);
filePathstringname of the script returning XML, in case of virtual loading - user-defined function

Example

tree.setXMLAutoLoading(filePath);

Related samples

See also
Back to top