codecamp

如何添加其他工具

在您需要添加的工具栏模式中添加相关工具代码后清理浏览器缓存即可

比如我想让新闻插件在pc端中使用插入Iframe功能,并且想将按钮放在从网盘插入后面,就可以是:

simple: [

        ['fullscreen','undo', 'redo', '|','paragraph', 'fontfamily', 'fontsize','|', 'bold', 'italic',

                'underline', 'strikethrough', '|', 'forecolor', 'backcolor',  '|', 

'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain','|', 'inserttable', 'insertcharts','charts','|',

'insertorderedlist', 'insertunorderedlist', 'indent',

                'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',

'insertcode', 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage','scrawl', '|',

                 'link', 'unlink','simpleupload', 'insertvideo','attachment','dzzfile','insertframe','emotion','|','drafts','kityformula', 'kityminder'

        ]

    ],



添加公式、思维导图
如何升级dzzoffice
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

技术交流

数据备份恢复和迁移

dzzoffice网盘文件

Dzzoffice系统

插件

媒体播放器

任务板

B站dzzoffice 技术交流的视频文稿

应用市场

dzzoffice中使用onlyoffice协同办公

登录模板

模板1

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }