22 Star 125 Fork 34

hepeichun / 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")
}
});
JavaScript
1
https://gitee.com/hepeichun/JDMath.git
git@gitee.com:hepeichun/JDMath.git
hepeichun
JDMath
CKeditor编辑器数学公式插件
master

搜索帮助