/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license Add customizations or override editor config settings below. The CKEditor Developer's Guide can be found at: http://docs.ckeditor.com/#!/guide */ if ( 'CKEDITOR' in window) { CKEDITOR.editorConfig = function( config ) { // Example of how to customize one of the available toolbars (Default, Summary, and QuickEdit) // Documentation can be found at: http://docs.ckeditor.com //config.toolbar_Default = [ // {name:'group1',items:['Bold','Italic','Underline']} //]; // Other misc. configuration examples //config.language = 'fr'; //config.uiColor = '#AADC6E'; //config.enterMode = CKEDITOR.ENTER_BR; //config.shiftEnterMode = CKEDITOR.ENTER_BR; //config.ProtectedSource.Add( //g ) ; // BR Tags //config.ignoreEmptyParagraph = true; }; }