Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dialog.definition.content


Defined in: plugins/dialog/dialogDefinition.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class is not really part of the API.
Field Summary
Field Attributes Field Name and Description
 
The CTRL hotkey for switching to the tab.
 
The UI elements contained in this content page, defined as an array of CKEDITOR.dialog.definition.uiElement objects.
 
id
The id of the content page.
 
The tab label of the content page.
 
The popup message of the tab label.
Class Detail
CKEDITOR.dialog.definition.content()
Since: 3.0
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.
// There is no constructor for this class, the user just has to define an
// object with the appropriate properties.
Field Detail
{String} accessKey
Since: 3.0
The CTRL hotkey for switching to the tab.
contentDefinition.accessKey = 'Q';	// Switch to this page when CTRL-Q is pressed.

{Array} elements
Since: 3.0
The UI elements contained in this content page, defined as an array of CKEDITOR.dialog.definition.uiElement objects.

{String} id
Since: 3.0
The id of the content page.

{String} label
Since: 3.0
The tab label of the content page.

{String} title
Since: 3.0
The popup message of the tab label.

Copyright © 2003-2010, CKSource - Frederico Knabben. All rights reserved.