Merge pull request #1154 from marcoAntonioNina/master
Dynaform editor IMPROVEMENT
This commit is contained in:
@@ -576,9 +576,11 @@ var dynaformEditor={
|
||||
}
|
||||
if ((response.error==0) && (this.htmlEditorLoaded))
|
||||
{
|
||||
// window._editorHTML.doc.body.innerHTML=response.html;
|
||||
// html_html2();
|
||||
// html2_html();
|
||||
// window._editorHTML.doc.body.innerHTML=response.html;
|
||||
//html_html2();
|
||||
//html2_html();
|
||||
var htmlContent = this.ajax.get_htmlcode(this.A);
|
||||
tinyMCE.activeEditor.execCommand('mceSetContent', false, htmlContent);
|
||||
}
|
||||
else if ((response.error==0) && (!this.htmlEditorLoaded))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user