Report an issue
Class

CKEDITOR.dialogCommand

class

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' ) );

Filtering

Methods