source: branches/2.2/filemanager/tp/ckeditor/_source/plugins/colordialog/plugin.js @ 3019

Revision 3019, 347 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1( function()
2{
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        };
11
12        CKEDITOR.plugins.add( 'colordialog', CKEDITOR.plugins.colordialog );
13} )();
Note: See TracBrowser for help on using the repository browser.