中文字幕亚洲一区,69久久久久精品9999不卡片,亚洲国产日韩欧美在线看片,国产精品久久久久久久久岛国

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

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

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

2020.03.09 | 1577閱讀 | 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');

}

});

    });


贊 (

發表評論