Check documentation for the latest version of dhtmlxSuite getType DHTMLX Docs

getType

returns item type by item id

string getType(string itemId);
itemIdstringid of an item
stringitem type

Example

var type = myToolbar.getType(itemId);

Related samples

See also
Back to top