type

Tooltip

src @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

constructors

fields

delay

Time mouse must be over bound node before opening the Tooltip.

methods

bind

Bind this tooltip the given node.

Slot Details

bind

src Void bind(Elem node)

Bind this tooltip the given node.

delay

src Duration? delay := 750ms

Time mouse must be over bound node before opening the Tooltip. If null the Tooltip is displayed immediatly.

make

src new make()