1 Star 0 Fork 34

tlxh-zuimengliu/CKeditor编辑器数学公式插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plugin.js 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
jdmx 提交于 2017-12-24 00:27 . 批量提交
CKEDITOR.plugins.add("jdmath", {
icons: 'jdmath',
requires: ["dialog"],
init: function(a) {
a.addCommand("jdmath", new CKEDITOR.dialogCommand("jdmath"));
a.ui.addButton("jdmath", {
label: "数学公式",//调用dialog时显示的名称
command: "jdmath",
icon: this.path + "/icons/jdmath.png"//在toolbar中的图标
});
CKEDITOR.dialog.add("jdmath", this.path + "dialogs/jdmath.js")
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zuimengliu/JDMath.git
git@gitee.com:zuimengliu/JDMath.git
zuimengliu
JDMath
CKeditor编辑器数学公式插件
master

搜索帮助