Check documentation for the latest version of dhtmlxSuite getItemType DHTMLX Docs

getItemType

returns item type by item id

string getItemType(string itemId);
itemIdstringid of an item
stringtype of an item

Example

var type = myRibbon.getItemType(itemId);

Back to top