调整回复框高度

Branch_szzh
lizanle 10 years ago
parent f036b322b9
commit 6fdd3a8e86

@ -1,6 +1,6 @@
function init_editor(params){
var editor = params.kindutil.create(params.textarea, {
resizeType : 1,minWidth:"1px",width:"100%",height:"80px",
resizeType : 1,minWidth:"1px",width:"100%",minHeight:"25px",
items:['emoticons'],
afterChange:function(){//按键事件
nh_check_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});

Loading…
Cancel
Save