Commit of some changes, adding the styles plugin to all editors, with this plugin settings like backgroud color, or other styles settings can be added more easily, color picker included in the background options of this plugin
This commit is contained in:
@@ -845,6 +845,8 @@ var dynaformEditor={
|
||||
},
|
||||
restoreHTML:function()
|
||||
{
|
||||
var htmlContent = this.ajax.restore_html(this.A);
|
||||
tinyMCE.activeEditor.execCommand('mceSetContent', false, htmlContent);
|
||||
// window._editorHTML.doc.body.innerHTML = this.ajax.restore_html(this.A);
|
||||
// html_html2();
|
||||
// html2_html();
|
||||
|
||||
Reference in New Issue
Block a user