Check documentation for the latest version of dhtmlxSuite getSubItems DHTMLX Docs

getSubItems

returns a comma-delimited list of ids of all children nested on the sublevel in relation to the specified item

array getSubItems(string|number id);
idstring|numberthe node's id
arraythe list of subitems' ids
Details

the list of subitems is comma-delimited

Back to top