Check documentation for the latest version of dhtmlxSuite getPosition DHTMLX Docs

getPosition

returns the current position of an item

number getPosition(string|number itemId);
itemIdstring|numberthe id of an item
numberthe item's position

Example

var pos = myToolbar.getPosition(itemId);

See also
Back to top