getTooltip

returns a tooltip

object getTooltip();
objectthe view object of a tooltip

Example

var tooltip = webix.TooltipControl.getTooltip();

Details

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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.