ca7f44ebe6ef27508253fc51ec5b7039b503f6a4
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
6 CKEDITOR
.plugins
.colordialog
=
8 init : function( editor
)
10 editor
.addCommand( 'colordialog', new CKEDITOR
.dialogCommand( 'colordialog' ) );
11 CKEDITOR
.dialog
.add( 'colordialog', this.path
+ 'dialogs/colordialog.js' );
15 CKEDITOR
.plugins
.add( 'colordialog', CKEDITOR
.plugins
.colordialog
);