Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dialogCommand


Extends CKEDITOR.commandDefinition.
Defined in: plugins/dialog/plugin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Generic dialog command.
Fields borrowed from class CKEDITOR.commandDefinition:
async, canUndo, editorFocus, modes, startDisabled
Methods borrowed from class CKEDITOR.commandDefinition:
exec
Class Detail
CKEDITOR.dialogCommand(dialogName)
Since: 3.0
Generic dialog command. It opens a specific dialog when executed.
// Register the "link" command, which opens the "link" dialog.
editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
Parameters:
{string} dialogName
The name of the dialog to open when executing this command.

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