Check documentation for the latest version of dhtmlxSuite setItemToolTip DHTMLX Docs

setItemToolTip

sets a tooltip for an item

void setItemToolTip(string|number itemId,string tip);
itemIdstring|numberthe id of an item
tipstringthe tooltip's text (empty for clear)

Example

myToolbar.setItemToolTip(itemId, tip);

Back to top