Check documentation for the latest version of dhtmlxSuite getAllSubItems DHTMLX Docs

getAllSubItems

returns the list of all children nested on all sublevels of the tree (in relation to the specified item)

array getAllSubItems(string|number id);
idstring|numberthe id of the node
arraythe list of subitems
Details

items in the list are separated by default delimiter

Back to top