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
CKEDITOR.dialog.definition.content#accessKey
The Ctrl hotkey for switching to the tab.
contentDefinition.accessKey = 'Q'; // Switch to this page when Ctrl+Q is pressed.
-
elements : Array
CKEDITOR.dialog.definition.content#elements
The UI elements contained in this content page, defined as an array of CKEDITOR.dialog.definition.uiElement objects.
-
id : String
CKEDITOR.dialog.definition.content#id
The ID of the content page.
-
label : String
CKEDITOR.dialog.definition.content#label
The tab label of the content page.
-
title : String
CKEDITOR.dialog.definition.content#title
The popup message of the tab label.