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