Check documentation for the latest version of dhtmlxSuite loadJSArrayFile DHTMLX Docs

loadJSArrayFile

loads tree from js array file/stream

void loadJSArrayFile(string jsarrayFile,function afterCall,string type);

Deprecated

Use load method

myTree.load(jsarrayFile, afterCall,"jsarray");
jsarrayFilestringlink to JSArray file
afterCallfunctionfunction which will be called after data loading
typestringtype of data, optional, xml by default
Change log

deprecated since version 4.4

Back to top