一区二区视频在线观看,久操视频在线免费观看,欧美在线二区,欧美日韩国产在线成人网,欧美日韩国产精品,黄色网站在线观看视频

龍巖易富通網絡科技有限公司

龍巖小程序開發,龍巖分銷系統

如何讓textarea,kindeditor的高度自適應

2020.03.09 | 2353閱讀 | 0條評論 | 通用代碼

var editor;

KindEditor.ready(function(K) {

editor = K.create('textarea[name="content"]', {

resizeType : 1,  

allowPreviewEmoticons : false,

allowImageUpload : true,

allowFlashUpload : true,

autoHeightMode : true,

afterCreate : function() {

this.loadPlugin('autoheight');

}

});

    });


贊 (

發表評論