returns a tooltip
object | the view object of a tooltip |
var tooltip = webix.TooltipControl.getTooltip();
If there are no areas with tooltips created either with the tooltip setting or with the addTooltip() method or if all tooltips were removed with removeTooltip(), the getTooltip() method will not return anything.
Back to top