File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ckeditor
Editing: ckeditor/config.js
Full path: C:\ict\ICT\ckeditor\config.js
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.toolbar_Myck = [ ['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink'], ['Outdent', 'Indent', '-', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], '/', ['Image', 'Flash', 'Smiley', '-', 'Table', 'HorizontalRule', 'SpecialChar'] ]; config.toolbar_Minick = [ ['Bold', 'Italic', 'Underline', '-','NumberedList', 'BulletedList', 'Link', '-','Outdent', 'Indent'], ['JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Image', 'Smiley', '-', 'Table', 'HorizontalRule'] ]; // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; };