|
|
@ -85,7 +85,7 @@ function nh_reset_form(params){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
params.contentmsg.hide();
|
|
|
|
params.contentmsg.hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//第二个参数是高度,可以传,可以不传
|
|
|
|
function init_KindEditor_data(id){
|
|
|
|
function init_KindEditor_data(id){
|
|
|
|
var height = arguments[1] ? arguments[1] : undefined;
|
|
|
|
var height = arguments[1] ? arguments[1] : undefined;
|
|
|
|
KindEditor.ready(function (K) {
|
|
|
|
KindEditor.ready(function (K) {
|
|
|
|