调整回复框高度
This commit is contained in:
parent
f05270a519
commit
5135f749a4
|
@ -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 : 1,minWidth:"1px",width:"100%",minHeight:"25px",
|
resizeType : 0,minWidth:"1px",width:"100%",minHeight:"40px",
|
||||||
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