$tooltipOut

defines the behavior of a tooltip when the cursor is out of the target view

void $tooltipOut(HTMLElement previousTarget,HTMLElement target,Event event);
previousTargetHTMLElementthe node of the previous target view
targetHTMLElementthe node of the new target view
eventEventthe mouse event (MouseOut)
Details

This method is not for direct calls! You can redefine it to change the behavior of a tooltip when the cursor leaves the target view.

Back to top