Merge pull request #1154 from marcoAntonioNina/master

Dynaform editor IMPROVEMENT
This commit is contained in:
julceslauhub
2013-01-03 13:04:29 -08:00

View File

@@ -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))
{