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 item's id
arraythe list of subitems' ids

Example

myTreeView.getSubItems(id);

Details

the list of subitems is comma-delimited

Back to top