class domkit::Tooltip
sys::Obj
dom::Elem
domkit::Tooltip
@Js
Source
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
-
bind
-
Void bind(Elem node)
Source
Bind this tooltip the given node.
-
delay
-
Duration? delay := 750ms
Source
Time mouse must be over bound node before opening the Tooltip. If null
the Tooltip is displayed immediatly.
-
make
-
new make()
Source