Check documentation for the latest version of dhtmlxSuite getHotKey DHTMLX Docs

getHotKey

returns item's hot-key (just the text label)

string getHotKey(string|number itemId);
itemIdstring|numbermenu item's id
stringitem's hot-key

Example

var hkText = myMenu.getHotKey(itemId);

Back to top