From: BenoƮt Pin Date: Thu, 18 Aug 2011 08:28:00 +0000 (+0200) Subject: Configuration du menu contextuel. X-Git-Tag: 3.6.1~15 X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/commitdiff_plain/d4f7e17cf14c164b1da36fbfe44533aa0a90b7ab Configuration du menu contextuel. --- diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 19c2459..057a4e0 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -21,6 +21,8 @@ CKEDITOR.editorConfig = function( config ) { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, ]; + config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' + config.height = '500px'; config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css';