Hi,
I have a dhtmlxTree already loaded (using dynamic loading with ‘setXMLAutoLoading’).
But at some point I would like to load a whole part of the tree using somthing like : myTree.load(json); (but into a specific node, i dont want to reload the whole tree).
Something like:
myTree.load(itemId,json);
** I’m usin v403 pro. So there is no function:
load();
only:
loadJSON();
Thanks.