ui/dialog/dialogview
module
Constants
-
DialogViewPosition : object
module:ui/dialog/dialogview~DialogViewPosition
Available 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
position
property of a definition passed to theshow
method.
Classes
-
module:ui/dialog/dialogview~DialogView
Type Definitions
-
module:ui/dialog/dialogview~DialogViewCloseEvent
-
module:ui/dialog/dialogview~DialogViewMoveToEvent