|
|
|
@ -31,7 +31,7 @@ function sd_create_editor(params){
|
|
|
|
|
//params.toolbar_container.hide();
|
|
|
|
|
sd_check_editor_form_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});
|
|
|
|
|
if(this.isEmpty()) {
|
|
|
|
|
this.edit.html("<span id='hint' style='color: #999999; font-size: 12px'>我要回复</span>");
|
|
|
|
|
this.edit.html("<span id='hint' style='color:#999999;font-size:12px;'>我要回复</span>");
|
|
|
|
|
}
|
|
|
|
|
//params.toolbar_container.hide();
|
|
|
|
|
$('#reply_image_' + id).addClass('imageFuzzy');
|
|
|
|
@ -78,7 +78,7 @@ function sd_create_editor(params){
|
|
|
|
|
//reset height
|
|
|
|
|
paramsHeight = paramsHeight == undefined ? params.kindutil.removeUnit(this.height) : paramsHeight;
|
|
|
|
|
edit.iframe.height(paramsHeight);
|
|
|
|
|
edit.html("<span id='hint' style='color: #999999; font-size: 12px'>我要回复</span>");
|
|
|
|
|
edit.html("<span id='hint' style='color:#999999;font-size:12px;'>我要回复</span>");
|
|
|
|
|
this.resize(null,paramsHeight);// Math.max((params.kindutil.IE ? body.scrollHeight : body.offsetHeight)+ paramsHeight , paramsHeight)
|
|
|
|
|
// params.toolbar_container.hide();
|
|
|
|
|
if(typeof enableAt === 'function'){
|
|
|
|
|