867438d0e6781e59a82a10322e3c65a25be3af24
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
: [ 'Maximize', 'ShowBlocks', 'Source'] },
13 { name
: 'editing', items
: [ 'Find','Replace', '-', 'SelectAll'] },
14 { name
: 'clipboard', items
: [ 'PasteFromWord', '-', 'Undo', 'Redo' ] },
16 { name
: 'basicstyles', items
: [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] },
17 { name
: 'paragraph', items
: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },
18 { name
: 'links', items
: [ 'Link', 'Unlink', 'Anchor' ] },
19 { name
: 'insert', items
: [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },
21 { name
: 'styles', items
: [ 'Styles', 'Format', 'Font', 'FontSize' ] },
22 { name
: 'colors', items
: [ 'TextColor', 'BGColor' ] },