CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.dialog.definition.content

class

This class is not really part of the API. It just illustrates the properties that developers can use to define and create dialog content pages.

.

Filtering

Properties

  • accessKey : String

    The Ctrl hotkey for switching to the tab.

    contentDefinition.accessKey = 'Q'; // Switch to this page when Ctrl+Q is pressed.
    
  • elements : Array

    The UI elements contained in this content page, defined as an array of CKEDITOR.dialog.definition.uiElement objects.

  • id : String

    The ID of the content page.

  • label : String

    The tab label of the content page.

  • title : String

    The popup message of the tab label.