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