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' ) );
constructor( dialogName, [ ext ] ) → dialogCommand
CKEDITOR.dialogCommand#constructor
Creates a dialogCommand class instance.
dialogName : String
The name of the dialog to open when executing this command.
[ ext ] : Object
Additional command definition's properties.
dialogCommand
Show private items