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.