[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
e-learning
/
assets
/
comp
/
ckeditor
/
[
Home
]
File: config.js
/** * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // config.toolbarGroups = [ // { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, // { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] }, // { name: 'forms', groups: [ 'forms' ] }, // { name: 'links', groups: [ 'links' ] }, // { name: 'insert', groups: [ 'insert' ] }, // '/', // { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] }, // { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] }, // { name: 'colors', groups: [ 'colors' ] }, // '/', // { name: 'styles', groups: [ 'styles' ] }, // { name: 'others', groups: [ 'others' ] }, // { name: 'about', groups: [ 'about' ] }, // { name: 'document', groups: [ 'document', 'doctools', 'mode' ] }, // { name: 'tools', groups: [ 'tools' ] } // ]; // config.removeButtons = 'Save,NewPage,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField,Find,Replace,SelectAll,RemoveFormat,CopyFormatting,Language,CreateDiv,HorizontalRule,PageBreak,Iframe,About,Scayt'; // config.extraPlugins = 'lineutils,widget,codesnippet'; // config.codeSnippet_theme = 'monokai'; // config.allowedContent = true; };