addTextHint()
addTextHint(
options
):Wizard
Describes 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:
Parameters
Parameter | Type |
---|---|
options | object |
options.helpUrl ? | string |
options.pages ? | HintPage [] |
options.title ? | string |