[gen] Integrated ckeditor 4.4.4.
This commit is contained in:
parent
1e29611746
commit
c40e133113
229 changed files with 3326 additions and 0 deletions
27
gen/ui/ckeditor/config.js
Normal file
27
gen/ui/ckeditor/config.js
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
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 = 'Appy';
|
||||
config.toolbar_Appy = [
|
||||
{ name: 'basicstyles',
|
||||
items: ["Format", "Bold", "Italic", "Underline"]},
|
||||
{ name: 'paragraph',
|
||||
items: ["NumberedList", "BulletedList", "Outdent", "Indent"]},
|
||||
{ name: 'clipboard',
|
||||
items: ["Cut", "Copy", "Paste", "PasteText", "Undo", "Redo"]},
|
||||
{ name: 'editing', items: ["Scayt"]},
|
||||
{ name: 'insert',
|
||||
items: ["Image", "Table", "SpecialChar", "Link", "Unlink", "Source", "Maximize"]}
|
||||
];
|
||||
config.entities = false;
|
||||
config.entities_greek = false;
|
||||
config.entities_latin = false;
|
||||
config.fillEmptyBlocks = false;
|
||||
config.removePlugins = 'elementspath';
|
||||
config.scayt_sLang = 'fr_BE';
|
||||
config.scayt_uiTabs = '0,1,0';
|
||||
config.removeDialogTabs = 'image:advanced;link:advanced';
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue