欧美精品亚洲精品日韩经典,午夜秒播,国产福利精品一区二区,亚洲国产成人精品久久,亚洲免费专区,国产精品国产三级国产a,日韩福利网站

龍巖易富通網(wǎng)絡(luò )科技有限公司

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統

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

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

}

});

    });


贊 (

發(fā)表評論