The forum operates in read-only mode. Please head to StackOverflow for support.
/* Copyright (c) 2003-2011, 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 = 'office2003'; //config.removePlugins = //config.toolbar = 'Basic'; CKEDITOR.config.toolbar = [ ['Bold','Italic','Underline','StrikeThrough','Font','FontSize','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor'] ] ; };
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
Re: Customize CKEditor ?
/* Copyright (c) 2003-2011, 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 = 'office2003'; //config.removePlugins = //config.toolbar = 'Basic'; CKEDITOR.config.toolbar = [ ['Bold','Italic','Underline','StrikeThrough','Font','FontSize','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor'] ] ; };Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!