Browse Source

富文本排序调整

tags/6.2.10
叙述、别离 10 months ago
parent
commit
7d6f314513
2 changed files with 5 additions and 31 deletions
  1. +5
    -8
      src/static/ckeditor/config.js
  2. +0
    -23
      static/ckeditor/config.js

+ 5
- 8
src/static/ckeditor/config.js View File

@@ -5,17 +5,14 @@
CKEDITOR.editorConfig = function (config) {
config.toolbarGroups = [
{ name: 'document', groups: ['mode', 'document', 'doctools'] },
{ name: 'clipboard', groups: ['clipboard', 'undo'] },
{ name: 'clipboard', groups: ['undo', 'cleanup', 'clipboard'] },
{ name: 'styles', groups: ['styles'] },
{ name: 'colors', groups: ['colors'] },
{ name: 'paragraph', groups: ['align', 'paragraph', 'textindent', 'indent'] },
{ name: 'basicstyles', groups: ['basicstyles', 'list', 'bidi', 'blocks'] },
{ name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] },
{ name: 'forms', groups: ['forms'] },
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup', 'list', 'indent', 'blocks'] },
'/',
{ name: 'paragraph', groups: ['align', 'bidi', 'paragraph','textindent'] },
{ name: 'links', groups: ['links'] },
{ name: 'insert', groups: ['insert'] },
'/',
{ name: 'styles', groups: ['styles'] },
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 360;


+ 0
- 23
static/ckeditor/config.js View File

@@ -1,23 +0,0 @@
/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function (config) {
config.toolbarGroups = [
{ name: 'document', groups: ['mode', 'document', 'doctools'] },
{ name: 'clipboard', groups: ['undo', 'cleanup', 'clipboard'] },
{ name: 'styles', groups: ['styles'] },
{ name: 'colors', groups: ['colors'] },
{ name: 'paragraph', groups: ['align', 'paragraph', 'textindent', 'indent'] },
{ name: 'basicstyles', groups: ['basicstyles', 'list', 'bidi', 'blocks'] },
{ name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] },
{ name: 'links', groups: ['links'] },
{ name: 'insert', groups: ['insert'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 360;
config.removePlugins = 'exportpdf';
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
config.font_names='宋体/SimSun;楷体/KaiTi;黑体/SimHei;微软雅黑/Microsoft YaHei;微软正黑/Microsoft JhengHei'+ config.font_names;
};

Loading…
Cancel
Save