Configuration des barres d'outils.
authorBenoît Pin <pin@cri.ensmp.fr>
Tue, 16 Aug 2011 09:45:15 +0000 (11:45 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Tue, 16 Aug 2011 09:45:15 +0000 (11:45 +0200)
skins/ckeditor/config.js

index f80a050..867438d 100644 (file)
@@ -9,18 +9,16 @@ CKEDITOR.editorConfig = function( config )
        // config.language = 'fr';\r
        // config.uiColor = '#AADC6E';\r
        config.toolbar = [\r
-               { name: 'document',             items : [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] },\r
-               { name: 'clipboard',    items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },\r
-               { name: 'editing',              items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },\r
-               { name: 'forms',                items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ] },\r
+               { name: 'document',             items : [ 'Maximize', 'ShowBlocks', 'Source'] },\r
+               { name: 'editing',              items : [ 'Find','Replace', '-', 'SelectAll'] },\r
+               { name: 'clipboard',    items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] },\r
                '/',\r
-               { name: 'basicstyles',  items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },\r
-               { name: 'paragraph',    items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] },\r
-               { name: 'links',                items : [ 'Link','Unlink','Anchor' ] },\r
-               { name: 'insert',               items : [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] },\r
+               { name: 'basicstyles',  items : [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] },\r
+               { name: 'paragraph',    items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },\r
+               { name: 'links',                items : [ 'Link', 'Unlink', 'Anchor' ] },\r
+               { name: 'insert',               items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
                '/',\r
-               { name: 'styles',               items : [ 'Styles','Format','Font','FontSize' ] },\r
-               { name: 'colors',               items : [ 'TextColor','BGColor' ] },\r
-               { name: 'tools',                items : [ 'Maximize', 'ShowBlocks','-','About' ] }\r
+               { name: 'styles',               items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
+               { name: 'colors',               items : [ 'TextColor', 'BGColor' ] },\r
        ];\r
 };\r