Kindeditor API

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kindeditor API相关的知识,希望对你有一定的参考价值。

根据map规则删除range中的element或attribute。
cmd.remove({
        span : ‘*‘,
        div : ‘class,border‘
});
 
commonNode(map):根据map规则获取range当中与map相符合的节点
 
 
 
 
select()是将设置的range添加到selection对象中
 
selection()将selection对象中的range设置为当前range

以上是关于Kindeditor API的主要内容,如果未能解决你的问题,请参考以下文章

KindEditor ---富编辑器

KindEditor - 代码高亮

kindeditor4整合SyntaxHighlighter,让代码亮起来

kindeditor怎么获取获取HTML数据

Kindeditor 编辑代码过滤

开启KindEditor代码高亮功能