/*! 定义编辑器标准配置 */ CKEDITOR.editorConfig = function (config) { config.toolbar = [ {name: 'document', items: ['Source']}, {name: 'styles', items: ['Font', 'FontSize']}, {name: 'basicstyles', items: ['lineheight', 'Indent', 'Outdent', 'Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', 'TextColor', 'BGColor', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', 'NumberedList', 'BulletedList']}, {name: 'element', items: ['Link', 'Unlink', 'Table', 'UploadImage', 'UploadMusic', 'UploadVideo', 'UploadHtml']}, {name: 'tools', items: ['Print', 'Maximize']} ]; config.language = 'zh-cn'; config.format_tags = 'p;h1;h2;h3;pre'; config.extraPlugins = 'uimage,umusic,uhtml,uvideo,lineheight'; config.removePlugins = 'easyimage,cloudservices,exportpdf'; config.removeButtons = 'Underline,Subscript,Superscript'; config.removeDialogTabs = 'image:advanced;link:advanced'; config.baseFloatZIndex = 19891019; // 内容过滤 config.disallowedContent = 'script; *[on*]'; config.allowedContent = {$1: {elements: CKEDITOR.dtd, attributes: true, styles: true, classes: true}}; config.font_names = '微软雅黑/Microsoft YaHei;宋体/SimSun;新宋体/NSimSun;仿宋/FangSong;楷体/KaiTi;黑体/SimHei;' + config.font_names; }; /*! 自定义图片上传插件 */ CKEDITOR.plugins.add("uimage", { init: function (editor) { editor.ui.addButton("UploadImage", {label: "上传本地图片", command: 'uimage', icon: 'image', toolbar: 'insert,10'}); setTimeout(function () { $('#cke_' + editor.name).find('.cke_button__uploadimage_label').parent().map(function () { $(this).attr('data-type', 'png,jpg,gif,jpeg').attr('data-file', 'images').on('push', function (e, url) { editor.insertElement(CKEDITOR.dom.element.createFromHtml('