class

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

constructors make

fields delay

Time mouse must be over bound node before opening the Tooltip

methods bind

Bind this tooltip the given node

bind Void bind(Elem node)

Bind this tooltip the given node.

delay Duration? : delay

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

make new make()

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST