Ajout taille par défaut de CK
[ckeditor.git] / skins / ckeditor / config.js
index 19ea463..1ce2adb 100644 (file)
@@ -20,4 +20,6 @@ CKEDITOR.editorConfig = function( config )
                { name: 'links',                items : [ 'Link', 'Unlink', 'Anchor' ] },\r
                { name: 'insert',               items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
        ];\r
+       \r
+       config.height = '500px';\r
 };\r