Check documentation for the latest version of dhtmlxSuite idByIndex DHTMLX Docs

idByIndex

returns the ID of the item with the specified index

string|number idByIndex(number index);
indexnumberindex of the item in question
string|numberthe ID of the item with the specified index

Example

var id = myList.idByIndex(index);

Back to top