phpcms 文章一键排版
admin
2023-06-19 05:40:02
0
  1. phpcms/libs/classes/form.class.php找['Maximize'],在它下面添加['autoformat']

    phpcms 文章一键排版

  2. statics/js/ckeditor/config.js找到config.extraPlugins修改为

    config.extraPlugins = 'capture,autoformat';phpcms 文章一键排版

  3. statics\js\ckeditor\plugins 新建文件夹autoformat并新建文件plugin.js


  4. (function() {
        CKEDITOR.plugins.add('autoformat', {
            requires: ['styles', 'button'],
            init: function(a) {
                a.addCommand('autoformat', CKEDITOR.plugins.autoformat.commands.autoformat);
                a.ui.addButton('autoformat', {
                    label: "清除格式,一键排版",
                    command: 'autoformat',
                    //这个autoformat.gif是你的插件图标,放在同目录下 
                    icon: this.path + "autoformat.gif"
                });
            }
        });
        CKEDITOR.plugins.autoformat = {
            commands: {
                autoformat: {
                    exec: function(a) {
                        var _html = a.getData();
                        //清除样式代码 
                        _html = _html.replace(/
    /ig, '

    ');                     _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/strong>/ig, '');                     _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/em>/ig, '');                     _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/u>/, '');                     _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/li>/ig, '');                     _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/span>/ig, '');                     _html = _html.replace(/ /ig, '');                     _html = _html.replace(/ /ig, '');                     _html = _html.replace(/

    <\/p>/ig, '');                     _html = _html.replace(/                      _html = _html.replace(/]*>/ig, '');                     _html = _html.replace(/<\/p>/ig, '');                     _html = _html.replace(//ig, '');                     _html = _html.replace(/[\n]/ig, '');                     //按分组,将换行
    全部替换成p标签                      bb = _html.split("");                     aa = '';                     for (var i = 0; i < bb.length; i++) {                         aa = aa + '

    ' + bb[i] + '

    ';                     }                     //首行缩进                      _html = aa.replace(/]*>/ig, '

      ');                     _html = _html.replace(/

      <\/p>/ig, '');                     _html = _html.replace(/

    <\/p>/ig, '');                     //在这里执行你将_html中的空行替换掉的操作                      a.setData(_html);                 }             }         }     }; })();

附件:http://down.51cto.com/data/2366632

相关内容

热门资讯

日本情报体系加速重构,《反间谍... 澎湃新闻记者 陈沁涵日本国会参议院全体会议5月27日表决通过“国家情报会议”设立法案。这被视为日本首...
教育部:这类学历不予认证 不出... 教育部:这类学历不予认证  【教育部:这类学历不予认证】“不出国就能拿国外文凭,国家还认证”,这种话...
“同享老婆梅”“同享情人梅”包... 近日,四川一女子看到网上销售的“同享老婆梅”零食外包装上刻有“同享老婆梅”“同享情人梅”等字样,认为...
郑州商超江湖加速迭代焕新!5月... 当四季轮回由冬到夏,当路边法桐从枝丫光秃到绿意盎然,郑州市东风路与丰乐路交叉口东南角,那个曾经对市民...
无人机挂横幅向政府讨债,别把企... 评论员 李一木据上游新闻报道,近日,一段内容为“无人机挂横幅向山东济南市商河县农业农村局讨债”的视频...
伊朗革命卫队官员:伊美战争重启... 据伊朗方面27日消息,伊朗伊斯兰革命卫队海军官员穆罕默德·阿克巴尔扎德表示,与美国重新发生战争的可能...
母亲虐待并强迫女儿拍隐私部位出... 近日,最高法发布了六起防范和惩治家庭内部侵害未成年人合法权益典型案例。其中一起案例中,当妈的田某某长...
多点发力精准辟谣 郑州全方位筑... 5月26日,“每一件举报,都是共治的力量”2026年度网络举报系列宣传活动(河南站)在郑州启动。顶端...
我国冷原子干涉重力测量取得突破... 记者今天(5月27日)了解到,“十四五”期间,市场监管总局组织国内优势技术团队,开展冷原子干涉重力仪...
林志玲辞去职务 国台办:明智决...  林志玲辞去职务 国台办:明智决定  【林志玲辞去职务 国台办:明智决定】5月27日,国台办回应林志...