X-Git-Url: https://scm.cri.mines-paristech.fr/git/ckeditor.git/blobdiff_plain/a8df138cdc9ba7ff1e349eca3141a5c9d9d6a4fe..f4ee7f0b516759f9c90055bd9e51450ef058790f:/skins/ckeditor/config.js diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 1ce2adb..fdcad7b 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -8,6 +8,8 @@ CKEDITOR.editorConfig = function( config ) // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; + + // toolbar config.toolbar = [ { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, @@ -21,5 +23,15 @@ CKEDITOR.editorConfig = function( config ) { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, ]; + // context menu + config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' + config.height = '500px'; -}; + config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css'; + + config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector'; + config.filebrowserWindowHeight = 600; + config.filebrowserWindowWidth = 801; + + config.extraPlugins = 'selection,plinn_image'; +}; \ No newline at end of file