Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dialog.uiElementDefinition


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
 
CSS class names to append to the UI element.
 
id
The id of the UI element.
 
Function to execute whenever the UI element's parent dialog is closed.
 
Function to execute the first time the UI element is displayed.
 
Function to execute whenever the UI element's parent dialog is displayed.
 
Inline CSS classes to append to the UI element.
 
The popup label of the UI element.
 
The type of the UI element.
Class Detail
CKEDITOR.dialog.uiElementDefinition()
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 UI elements.
// There is no constructor for this class, the user just has to define an
// object with the appropriate properties.
See:
CKEDITOR.ui.dialog.uiElement
Field Detail
{String} className
Since: 3.0
CSS class names to append to the UI element.

{String} id
Since: 3.0
The id of the UI element.

{Function} onHide
Since: 3.0
Function to execute whenever the UI element's parent dialog is closed.

{Function} onLoad
Since: 3.0
Function to execute the first time the UI element is displayed.

{Function} onShow
Since: 3.0
Function to execute whenever the UI element's parent dialog is displayed.

{String} style
Since: 3.0
Inline CSS classes to append to the UI element.

{String} title
Since: 3.0
The popup label of the UI element.

{String} type
Since: 3.0
The type of the UI element. Required.

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