Check documentation for the latest version of dhtmlxSuite getItemToolTip DHTMLX Docs

getItemToolTip

returns the current item's tooltip

string getItemToolTip(string|number itemId);
itemIdstring|numberthe id of an item
stringthe current item's tooltip

Example

var tip = myToolbar.getItemToolTip(itemId);

Back to top