Updated CKEditor to version 3.4.1. Also enabled the spell checker by default.

Monotone-Parent: 56c04a536789d0ff8728e96ba89596c9a3c2bdea
Monotone-Revision: 48315db3a4e6bc9edd9f075ada5c9264cac4297e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-22T20:32:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-10-22 20:32:30 +00:00
parent dc09e4004d
commit 05ddd1a42d
85 changed files with 207 additions and 203 deletions
+2
View File
@@ -6,5 +6,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
CKEDITOR.editorConfig = function( config )
{
config.uiColor = '#D4D0C8';
config.skin = 'kama';
config.removePlugins = "elementspath,maximize,resize";
config.scayt_autoStartup = true;
};