DojoTooltipDialog widget

The DojoTooltipDialog widget creates a tooltip that contains a dialog.

Fields

children
The contents of the dialog.
text
The text label for the button.

Functions

hide
Hides the dialog box.

Other supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of this widget requires the following statement:
import dojo.widgets.DojoTooltipDialog;