sogo/UI/WebServerResources/ckeditor/config.js
C Robert 3687660749 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
2009-08-18 12:53:29 +00:00

14 lines
434 B
JavaScript

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
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.skin = 'kama';
// This way is on an instance of the config object
config.removePlugins = "elementspath,maximize,resize";
};