欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

KindEditor编辑器自适应高度

程序员文章站 2024-02-14 15:22:40
...
KindEditor编辑器高度数值随着内容的增多而变大!
var editor;
KindEditor.ready(function(K) {

//progress
editor = K.create('textarea[name="earnings"]', {
resizeType : 1,
allowPreviewEmoticons : false,
allowImageUpload : false,
items : [
'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link'],
resizeMode : 0
});

var autoheight=editor.edit.doc.body.scrollHeight;
editor.edit.setHeight(autoheight);

});
KindEditor编辑器自适应高度

AD:真正免费,域名+虚机+企业邮箱=0元