Skip to main content

hints

Visual hints attached to an element. They can be used to introduce a new app to users.

Enumerations

EnumerationDescription
POSITION-

Functions

FunctionDescription
addHintAdds a popup window with the specified [content] next to an [element]. Set [position] to control where the popup will appear. The default position is [POSITION.RIGHT].
addHintIndicatorAdds a hint indication to the provided element and returns it. Example: https://public.datagrok.ai/js/samples/ui/interactivity/hints
addTextHintDescribes series of visual components in the wizard. Each wizard page is associated with the [showNextTo] element. Provide either [text] or [root] parameter to populate the page, the other parameters are optional. The wizard header is shown only if [title] or [helpUrl] are provided. The user can use the arrow buttons to navigate the set of instructions. The wizard can be closed from the dialog header (the "x" icon), via the "Cancel" button, or via the [Wizard.close()] method. Example: https://public.datagrok.ai/js/samples/ui/interactivity/wizard-hints:
removeRemoves the hint indication from the provided element and returns it.