Check documentation for the latest version of dhtmlxSuite getItemTooltip DHTMLX Docs

getItemTooltip

gets item's tooltip

string getItemTooltip(string|number id);

Parameters

idstring|numberthe node's id

Returns

stringthe node's tooltip
Back to top