]> CRI, Mines Paris - PSL - ckeditor.git/blobdiff - skins/ckeditor/config.js
Déplacement préalable à l'eggification.
[ckeditor.git] / skins / ckeditor / config.js
diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js
deleted file mode 100644 (file)
index f80a050..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.editorConfig = function( config )\r
-{\r
-       // Define changes to default configuration here. For example:\r
-       // 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
-               '/',\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
-               '/',\r
-               { name: 'styles',               items : [ 'Styles','Format','Font','FontSize' ] },\r
-               { name: 'colors',               items : [ 'TextColor','BGColor' ] },\r
-               { name: 'tools',                items : [ 'Maximize', 'ShowBlocks','-','About' ] }\r
-       ];\r
-};\r