doc++.
[ckeditor.git] / skins / ckeditor / config.js
index 057a4e0..fdcad7b 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
+       \r
+       // toolbar\r
        config.toolbar = [\r
                { name: 'styles',               items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
                { name: 'colors',               items : [ 'TextColor', 'BGColor' ] },\r
@@ -21,6 +23,7 @@ CKEDITOR.editorConfig = function( config )
                { name: 'insert',               items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
        ];\r
        \r
+       // context menu\r
        config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash'\r
        \r
        config.height = '500px';\r