Check documentation for the latest version of dhtmlxSuite isItemEnabled DHTMLX Docs

isItemEnabled

checks whether an item is enabled

boolean isItemEnabled(string|number itemId);
itemIdstring|numberid of the item to check
booleantrue - the item is enabled, false - disabled

Example

var isEnabled = myMenu.isItemEnabled(itemId);

Back to top