X-Git-Url: https://svn.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/67d9ee15c5754ff0d4e6269bdb4f4b68ad217059..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/config.js?ds=inline diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 3cd350d..ea4ff0d 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -1,30 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. For example: - // config.language = 'fr'; - // config.uiColor = '#AADC6E'; - config.toolbar = [ - { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, - { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, - { name: 'document', items : [ 'Maximize', 'ShowBlocks', 'Source'] }, - { name: 'editing', items : [ 'Find','Replace', '-', 'SelectAll'] }, - { name: 'clipboard', items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] }, - '/', - { name: 'basicstyles', items : [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] }, - { name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, - { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, - { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, - ]; - - 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; -}; \ No newline at end of file +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + // config.language = 'fr'; + // config.uiColor = '#AADC6E'; +};