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:
C Robert
2009-08-18 12:53:29 +00:00
parent be7be5bc93
commit 3687660749
+1 -5
View File
@@ -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";