Module

ui/dialog/dialogview

@ckeditor/ckeditor5-ui/src/dialog/dialogview

module

Filtering

Constants

  • DialogViewPosition : object

    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 the show method.

Classes

  • DialogView

Type Definitions