KindEditor 编辑器3.5.1版本只读模式的配置方法
Posted 晓晓的天下
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KindEditor 编辑器3.5.1版本只读模式的配置方法相关的知识,希望对你有一定的参考价值。
<script>
KE.show({
id : ‘content1‘,
resizeMode : 0,
afterCreate : function(id) {
KE.toolbar.disable(id, []);
KE.readonly(id);
KE.g[id].newTextarea.disabled = true;
}
});
</script>
以上是关于KindEditor 编辑器3.5.1版本只读模式的配置方法的主要内容,如果未能解决你的问题,请参考以下文章
转载kindeditor API ,kindeditor使用手册,kindeditor函数,kindeditor使用,超级大收集