DojoTooltip widget

The DojoTooltip widget creates a popup window that contains information. You can use the DojoTooltip with any widget that includes the ID field.

Fields

contents
The text that is displayed in the popup window.
target
The ID of the element to which the popup window is to attach.
defaultPosition
The location where the popup window is to be displayed.
delay
The amount of time before the popup window is displayed.

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.DojoTooltip;