JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1
[ckeditor.git] / _source / plugins / colordialog / plugin.js
1 ( function()\r
2 {\r
3         CKEDITOR.plugins.colordialog =\r
4         {\r
5                 init : function( editor )\r
6                 {\r
7                         editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );\r
8                         CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );\r
9                 }\r
10         };\r
11 \r
12         CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );\r
13 } )();\r