Check documentation for the latest version of dhtmlxSuite smartRefreshItem DHTMLX Docs

smartRefreshItem

refreshes the specified tree item (gets XML from server, adds new nodes, removes unused nodes)

void smartRefreshItem(string|number id, [string source] );
idstring|numberthe top node of the branch
sourcestringserver side script, optional

Available only in PRO Edition

Back to top