|
|
|
@ -43,6 +43,7 @@
|
|
|
|
|
<div style="display:none;"><a href="#" id="nhjump"></a></div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
|
|
function init_editor(params){
|
|
|
|
|
var editor = params.kindutil.create(params.textarea, {
|
|
|
|
|
resizeType : 1,minWidth:"1px",width:"100%",height:"150px",
|
|
|
|
@ -160,6 +161,7 @@
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
params.cancel_btn.click();
|
|
|
|
|
toggleAndSettingWordsVal(params.div_form, params.textarea);
|
|
|
|
|
setTimeout(function(){
|
|
|
|
|
if(!params.div_form.is(':hidden')){
|
|
|
|
|
params.textarea.show();
|
|
|
|
@ -181,8 +183,8 @@
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
params.textarea = $("textarea[nhname='new_message_textarea']",params.div_form);
|
|
|
|
|
params.contentmsg = $("p[nhname='contentmsg']",params.div_form),
|
|
|
|
|
params.toolbar_container = $("div[nhname='toolbar_container']",params.div_form);
|
|
|
|
|
params.contentmsg = $("p[nhname='contentmsg']",params.div_form);
|
|
|
|
|
params.toolbar_container = $("div[nhname='toolbar_container']",params.div_form);
|
|
|
|
|
if(params.textarea.data('init') == undefined){
|
|
|
|
|
params.editor = init_editor(params);
|
|
|
|
|
init_form(params);
|
|
|
|
|