回复之后回复框消失
This commit is contained in:
parent
c2b09c32b2
commit
ee60905eda
|
@ -1,6 +1,6 @@
|
||||||
function init_editor(params){
|
function init_editor(params){
|
||||||
var editor = params.kindutil.create(params.textarea, {
|
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'],
|
items:['emoticons'],
|
||||||
afterChange:function(){//按键事件
|
afterChange:function(){//按键事件
|
||||||
nh_check_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});
|
nh_check_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});
|
||||||
|
|
Loading…
Reference in New Issue