$tooltipMove

defines the behavior of a tooltip while the cursor moves over the target view

void $tooltipMove(HTMLElement target,Event event,string text);
targetHTMLElementthe node of the target view or HTML area
eventEventthe mouse event (MouseOver)
textstringthe text inside a tooltip
Details

The method is not for direct calls! You can redefine it to change the way tooltip behaves while the user moves the cursor over the target area.

Back to top