最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
ajax动态创建KindEditor文本编辑器的方法
时间:2022-06-25 19:38:14 编辑:袖梨 来源:一聚教程网
通常使用方法:
var KE;
KindEditor.ready(function(K) {
KE = K.create("textarea[name='article_content']", {
items : ['source', '|', 'fullscreen', 'undo', 'redo', 'cut', 'copy', 'paste', '|',
'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link', '|', 'about'],
syncType:"form",
afterCreate : function() {
var self = this;
self.sync();
},
afterChange : function() {
var self = this;
self.sync();
},
afterBlur : function() {
var self = this;
self.sync();
}
});
});
kindeditor在方法中动态创建在线文本编辑器如下:
KindEditor.create('textarea[id="fieldContent1"]',{
items : ['source', '|', 'fullscreen', 'undo', 'redo', 'cut', 'copy', 'paste', '|',
'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link', '|', 'about'],
syncType:"form",
afterCreate : function() {
var self = this;
self.sync();
},
afterChange : function() {
var self = this;
self.sync();
},
afterBlur : function() {
var self = this;
self.sync();
}
});
相关文章
- World of Sea Battle铁获取攻略分享 11-06
- 逃离鸭科夫人物语音替换方法分享 11-06
- 绯红编年史哇哦有龙成就解锁攻略 11-06
- 天命重启心跳的抉择第四章全流程攻略 11-06
- 红色的炼金术士兔子尾巴衍生图一览 11-06
- 命运转轮竞技场刷未解锁组件攻略 11-06