动态创建多个KindEditor编辑器 - 苏起 - 云代码空间
根据加载的文章数来动态创建多个编辑器了,我的方式如下: var K = window.KindEditor... 解决了多个editor的取值问题 items: [ 'emoticons' ], afterCreate: function () { var self = this; ...
关于KindEditor编辑器的问题 - 开源中国社区
解决了多个editor的取值问题 items : [ 'undo','redo','print','template','cut','copy','paste','... --- 共有 1 条评论 --- 就是当那个编辑器插件加载成功吗? 我也不太确定。。。 这个富文本...