On prépare de quoi se concentrer sur les images incorporées.
[ckeditor.git] / skins / ckeditor / config.js
index 057a4e0..2944bb0 100644 (file)
@@ -8,6 +8,8 @@ CKEDITOR.editorConfig = function( config )
        // Define changes to default configuration here. For example:\r
        // config.language = 'fr';\r
        // config.uiColor = '#AADC6E';\r
        // Define changes to default configuration here. For example:\r
        // config.language = 'fr';\r
        // config.uiColor = '#AADC6E';\r
+       \r
+       // toolbar\r
        config.toolbar = [\r
                { name: 'styles',               items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
                { name: 'colors',               items : [ 'TextColor', 'BGColor' ] },\r
        config.toolbar = [\r
                { name: 'styles',               items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
                { name: 'colors',               items : [ 'TextColor', 'BGColor' ] },\r
@@ -18,9 +20,10 @@ CKEDITOR.editorConfig = function( config )
                { 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: '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
+               { name: 'insert',               items : [ 'PlinnImage', 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
        ];\r
        \r
        ];\r
        \r
+       // context menu\r
        config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash'\r
        \r
        config.height = '500px';\r
        config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash'\r
        \r
        config.height = '500px';\r