TooltipControl

A mixin for adding custom Webix tooltips to views and HTML elements.

There is only one tooltip instance that is shown for all views or HTML elements with tooltips enabled with the tooltip config or the addTooltip() method.

Methods
addTooltip adds a tooltip over an HTML element or a view
getMaster returns the object that controls the behavior of tooltips
getTooltip returns a tooltip
removeTooltip removes a tooltip of a target view or an HTML element
Other
$tooltipIn defines the way a tooltip appears over the target view or HTML area
$tooltipMove defines the behavior of a tooltip while the cursor moves over the target view
$tooltipOut defines the behavior of a tooltip when the cursor is out of the target view
delay the time interval after which a tooltip is shown
overflow used to make a tooltip dynamic
Back to top