DHTMLX Docs & Samples Explorer

clearTooltip(date)

Removes the tooltip set by the setTooltip method.

Parameters:

  • date - the date you want to remove the tooltip from. Date object or string in current format (or array with dates) (same as for setTooltip)
myCalendar.setTooltip(new Date(2013,1,4), "some text");
...
myCalendar.clearTooltip(new Date(2013,1,4));

See also: