欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > DEDECMS教程 >
DEDECMS教程

织梦dedecms自带ckeditor编辑添加行间距按钮

(元素模板) / 2020-02-06 11:46
1.下载ckeditor的行距插件包(https://files-cdn.cnblogs.com/files/fudanchencds/ckeditor-lineheight.zip);
2.解压到ckeditor/plugins目录下;
3.在/include/ckeditor/plugins/dedepage文件夹下,打开plugin.js文件在最后面添加:requires : [ 'lineheight' ],添加完之后的代码如下:

// Register a plugin named "dedepage".

(function()

{

    CKEDITOR.plugins.add( 'dedepage',

    {

        init : function( editor )

        {

            // Register the command.

            editor.addCommand( 'dedepage',{

                exec : function( editor )

                {

                    // Create the element that represents a print break.

                    // alert('dedepageCmd!');

                    editor.insertHtml("

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com