Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / plugins / colordialog / plugin.js
blobe320aa659a5874ba4fa2216ca2da3ee4bf2d035f
1 ( function()
3         CKEDITOR.plugins.colordialog =
4         {
5                 init : function( editor )
6                 {
7                         editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );
8                         CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );
9                 }
10         };
12         CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );
13 } )();