Tooltip

live example

Explore the API in the live example.

api reference

Tooltip()
Component implementing the tooltip feature. When this component is available for a widget, its API is exposed via the .tooltip namespace.
Tooltip.on([on])
Enables/disables tooltip.

Parameters

NameTypeDescription
onbooleanoptionalWhether tooltip should be enabled or not. Default value is false.

Returns

Widget
Reference to the Widget API.