ui/dialog/dialogview
module
Constants
DialogViewPosition : objectmodule:ui/dialog/dialogview~DialogViewPositionAvailable dialog view positions:
DialogViewPosition.SCREEN_CENTER– A fixed position in the center of the screen.DialogViewPosition.EDITOR_CENTER– A dynamic position in the center of the editor editable area.DialogViewPosition.EDITOR_TOP_SIDE– A dynamic position at the top-right (for the left-to-right languages) or top-left (for right-to-left languages) corner of the editor editable area.DialogViewPosition.EDITOR_TOP_CENTER– A dynamic position at the top-center of the editor editable area.DialogViewPosition.EDITOR_BOTTOM_CENTER– A dynamic position at the bottom-center of the editor editable area.DialogViewPosition.EDITOR_ABOVE_CENTER– A dynamic position centered above the editor editable area.DialogViewPosition.EDITOR_BELOW_CENTER– A dynamic position centered below the editor editable area.
The position of a dialog is specified by a
positionproperty of a definition passed to theshowmethod.
Classes
module:ui/dialog/dialogview~DialogView
Type Definitions
module:ui/dialog/dialogview~DialogViewCloseEventmodule:ui/dialog/dialogview~DialogViewMoveToEvent