回复之后回复框消失

This commit is contained in:
sw 2015-09-02 21:00:08 +08:00
parent c2b09c32b2
commit ee60905eda
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 : 0,minWidth:"1px",width:"100%",minHeight:"28px",
resizeType : 1,minWidth:"1px",width:"100%",height:"80px",
items:['emoticons'],
afterChange:function(){//按键事件
nh_check_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});