[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/jquery/ckeditor/ -> config.js (source)

   1  /**
   2   * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
   3   * For licensing, see LICENSE.md or http://ckeditor.com/license
   4   */
   5  
   6  CKEDITOR.editorConfig = function( config ) {
   7      // Define changes to default configuration here. For example:
   8      // config.language = 'fr';
   9      // config.uiColor = '#AADC6E';
  10      //vtiger editor toolbar configuration 
  11               config.removePlugins = 'save,maximize'; 
  12                   config.fullPage = true; 
  13               config.allowedContent = true; 
  14               config.scayt_autoStartup = true; 
  15                   config.enterMode = CKEDITOR.ENTER_BR;  
  16                   config.shiftEnterMode = CKEDITOR.ENTER_P; 
  17                   config.filebrowserBrowseUrl = 'kcfinder/browse.php?type=images'; 
  18                   config.filebrowserUploadUrl = 'kcfinder/upload.php?type=images'; 
  19               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,scayt,stylescombo,tab,table,tabletools,undo,wsc'; 
  20               config.toolbarGroups = [ 
  21                   { name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, 
  22                   { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, 
  23               { name: 'insert' }, 
  24                   { name: 'links' }, 
  25                   { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, 
  26               '/', 
  27                   { name: 'styles' }, 
  28                   { name: 'colors' }, 
  29                   { name: 'tools' }, 
  30                   { name: 'others' }, 
  31                   { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },{name: 'align'}, 
  32               { name: 'paragraph', groups: [ 'list', 'indent', 'blocks' ] }, 
  33              ];
  34  };


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1