Check documentation for the latest version of dhtmlxSuite refreshItem DHTMLX Docs

refreshItem

refreshes a tree branch from XML

void refreshItem(string|number id);
idstring|numberthe node's id, if it isn't defined, the tree's super root is used
Back to top