f80a050011a6893893971307d21f63203dd59555
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
6 CKEDITOR
.editorConfig = function( config
)
8 // Define changes to default configuration here. For example:
9 // config.language = 'fr';
10 // config.uiColor = '#AADC6E';
12 { name
: 'document', items
: [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] },
13 { name
: 'clipboard', items
: [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },
14 { name
: 'editing', items
: [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
15 { name
: 'forms', items
: [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] },
17 { name
: 'basicstyles', items
: [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
18 { name
: 'paragraph', items
: [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] },
19 { name
: 'links', items
: [ 'Link','Unlink','Anchor' ] },
20 { name
: 'insert', items
: [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] },
22 { name
: 'styles', items
: [ 'Styles','Format','Font','FontSize' ] },
23 { name
: 'colors', items
: [ 'TextColor','BGColor' ] },
24 { name
: 'tools', items
: [ 'Maximize', 'ShowBlocks','-','About' ] }