$tooltipIn

defines the way a tooltip appears over the target view or HTML area

void $tooltipIn(HTMLElement target,Event event);
targetHTMLElementthe HTML node over which the tooltip is shown
eventEventthe mouse event (MouseIn)
Details

This method is not for direct calls! You can redefine it if you want to change the default tooltip.

Back to top