- Index
- »
- fan.domkit
- »
- Tooltip
Tooltip
@Js
class Tooltip : Elem
Tooltip displays a small popup when the mouse hovers over the bound node element, and is dismissed when the mouse moves out.
See also: docDomkit
Time mouse must be over bound node before opening the Tooltip
Bind this tooltip the given node
Void bind(Elem node)
Bind this tooltip the given node.
Duration? : delay
Time mouse must be over bound node before opening the Tooltip. If null the Tooltip is displayed immediatly.
new make()