Check documentation for the latest version of dhtmlxSuite getChildItemIdByIndex DHTMLX Docs

getChildItemIdByIndex

returns child node's id by index

string|number getChildItemIdByIndex(string|number id,number index);
idstring|numberthe parent node's id
indexnumberthe index of the child node
string|numberchild node's id
Back to top