The forum operates in read-only mode. Please head to StackOverflow for support.
See http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/ToolbarCheers,Bob
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.skin = 'office2003'; //config.removePlugins = 'elementspath,enterkey,entities,forms,pastefromword,htmldataprocessor,specialchar' ; config.removePlugins = 'elementspath,enterkey,entities,forms,pastefromword,htmldataprocessor,specialchar,horizontalrule,wsc' ; config.skin = 'v2'; //config.toolbar = 'Basic'; CKEDITOR.config.toolbar = [ ['Styles','Format','Font','FontSize'], '/', ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','Find','Replace','-','Outdent','Indent','-','Print'], '/', ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] ] ; };
Re: How to define toolbar buttons in CKEditor 3?
See http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Toolbar
Cheers,
Bob
Re: How to define toolbar buttons in CKEditor 3?
Jason
Re: How to define toolbar buttons in CKEditor 3?
Thanks
-rajeev