returns a comma-delimited list of ids of all children nested on the sublevel in relation to the specified item
id | string|number | the item's id |
array | the list of subitems' ids |
myTreeView.getSubItems(id);
the list of subitems is comma-delimited
Back to top