Check documentation for the latest version of dhtmlxSuite getIndexById DHTMLX Docs

getIndexById

returns the node's index in the children collection by id

number getIndexById(string|number id);
idstring|numberthe node's id
numberthe node's index
Back to top