Function
Pops up a dialog that appears like a Tooltip
String
Description of tooltip dialog (required for a11y)
Boolean
Don't change this parameter from the default value. This ContentPane parameter doesn't make sense for TooltipDialog, since TooltipDialog is never a child of a layout container, nor can you specify the size of TooltipDialog in order to control the size of an inner widget.
Boolean
A Toggle to modify the default focus behavior of a Dialog, which is to focus on the first dialog element after opening the dialog. False will disable autofocusing. Default: true
String
The root className to use for the various states of this widget
readonly
DomNode The pointer to the first focusable node in the dialog. Set by `dijit._DialogMixin._getFocusItems`.
readonly
DomNode The pointer to which node has focus prior to our dialog. Set by `dijit._DialogMixin._getFocusItems`.
Function
Function
Function
Configure widget to be displayed in given position relative to the button. This is called from the dijit.popup code, and should not be called directly.
Function
Focus on first field
Function
Called when dialog is displayed. This is called from the dijit.popup code, and should not be called directly.
Function
Called when dialog is hidden. This is called from the dijit.popup code, and should not be called directly.
Function
Handler for keyboard events
Keep keyboard focus in dialog; close dialog on escape key
Object