调整回复框高度

This commit is contained in:
lizanle 2015-09-02 18:01:51 +08:00
parent f036b322b9
commit 6fdd3a8e86
1 changed files with 1 additions and 1 deletions

View File

@ -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});