PATH:
home
/
letacommog
/
crmleta
/
libraries
/
jquery
/
ckeditor
/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //vtiger editor toolbar configuration config.removePlugins = 'save,maximize,magicline'; config.fullPage = true; config.allowedContent = true; config.disableNativeSpellChecker = false; config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P; config.autoParagraph = false; config.fillEmptyBlocks = false; config.filebrowserBrowseUrl = 'kcfinder/browse.php?type=images'; config.filebrowserUploadUrl = 'kcfinder/upload.php?type=images'; config.plugins = 'dialogui,dialog,docprops,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,floatingspace,listblock,richcombo,font,format,horizontalrule,htmlwriter,wysiwygarea,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,pagebreak,preview,removeformat,selectall,showborders,sourcearea,specialchar,menubutton,stylescombo,tab,table,tabletools,undo,wsc'; config.toolbarGroups = [ { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, { name: 'insert' ,groups:['blocks']}, { name: 'links' }, { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, '/', { name: 'styles' }, { name: 'colors' }, { name: 'tools' }, { name: 'others' }, { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },{name: 'align'}, { name: 'paragraph', groups: [ 'list', 'indent' ] }, ]; //Add new custom font names in below array var customFonts = ['FreeStyle Script','Brush Script STD','Bradley Hand ITC','Vladimir Script']; for(var i = 0; i < customFonts.length; i++){ config.font_names = config.font_names+';'+customFonts[i]; } };
[+]
..
[-] ckeditor.pack
[edit]
[+]
themes
[-] styles.js
[edit]
[+]
skins
[-] contents.css
[edit]
[-] ckeditor_source.js
[edit]
[-] CHANGES.html
[edit]
[-] .htaccess
[edit]
[-] LICENSE.html
[edit]
[+]
lang
[-] ckeditor.asp
[edit]
[-] INSTALL.html
[edit]
[-] README.md
[edit]
[-] build-config.js
[edit]
[-] ckeditor.php
[edit]
[-] ckeditor_php4.php
[edit]
[+]
plugins
[-] ckeditor_basic_source.js
[edit]
[-] config.js
[edit]
[-] ckeditor.js
[edit]
[+]
images
[-] LICENSE.md
[edit]
[-] ckeditor_basic.js
[edit]
[-] CHANGES.md
[edit]
[-] ckeditor_php5.php
[edit]
[+]
adapters