mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 10:29:43 +00:00
Fixes for CKEDITOR
Monotone-Parent: 4b74905cc02ae0545c5ebcfdc467b052d5d42568 Monotone-Revision: 97c9c9c324c392626b96db873449bcc7892993b9 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-26T15:08:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -5,13 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
|
||||
CKEDITOR.editorConfig = function( config )
|
||||
{
|
||||
// Define changes to default configuration here. For example:
|
||||
// config.language = 'fr';
|
||||
config.uiColor = '#D4D0C8';
|
||||
config.skin = 'kama';
|
||||
//TODO: This should work to remove the bottom DOM information, but doesn't
|
||||
// This way is on an instance of the config object
|
||||
config.removePlugins = "elementspath,kplahj";
|
||||
config.removePlugins = "elementspath,maximize,resize";
|
||||
};
|
||||
|
||||
// This way is global / static
|
||||
CKEDITOR.config.removePlugins = "elementspath,kplahj";
|
||||
|
||||
Reference in New Issue
Block a user