Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / _source / plugins / colordialog / plugin.js
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.colordialog =
7 {
8 init : function( editor )
9 {
10 editor.addCommand( 'colordialog', new CKEDITOR.dialogCommand( 'colordialog' ) );
11 CKEDITOR.dialog.add( 'colordialog', this.path + 'dialogs/colordialog.js' );
12 }
13 };
14
15 CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );