mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 20:09:44 +00:00
Mantis 97: HTML editor has its own resize handle
Monotone-Parent: 9cbe6e6f1780024d4dcb37d4ce3de593f9c91828 Monotone-Revision: afa8a9fe095d6de052bd0ce6faa3412737247666 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-18T12:53:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -8,10 +8,6 @@ CKEDITOR.editorConfig = function( config )
|
||||
// Define changes to default configuration here. For example:
|
||||
// config.language = 'fr';
|
||||
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