$tooltipIn

shows a tooltip

HTMLElement $tooltipIn(HTMLElement node);
nodeHTMLElementthe HTML element for which the tooltip is shown
HTMLElementthe HTML element for which the tooltip is shown
Details

The method isn't purposed for direct call! It is an extension point.

You can override it with your own logic of how a tooltip will be shown over a widget or an HTML area.

Back to top