From: Alan Knowles Date: Wed, 3 Sep 2014 08:37:43 +0000 (+0800) Subject: Roo/form/HtmlEditor/ToolbarStandard.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6ed6262f1175590d017183178f64f4eff0295f53;p=roojs1 Roo/form/HtmlEditor/ToolbarStandard.js --- diff --git a/Roo/form/HtmlEditor/ToolbarStandard.js b/Roo/form/HtmlEditor/ToolbarStandard.js index fabf586865..9d3c8df437 100644 --- a/Roo/form/HtmlEditor/ToolbarStandard.js +++ b/Roo/form/HtmlEditor/ToolbarStandard.js @@ -399,7 +399,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype, { html: 'Remove MS Word Formating', handler: function(a,b) { editorcore.cleanWord(); - + editorcore.syncValue(); }, tabIndex:-1 }); @@ -413,7 +413,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype, { c.select('[style]').each(function(s) { s.dom.removeAttribute('style'); }); - + editorcore.syncValue(); }, tabIndex:-1 }); @@ -422,7 +422,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype, { html: 'Tidy HTML Source', handler: function(a,b) { editorcore.doc.body.innerHTML = editorcore.domToHTML(); - + editorcore.syncValue(); }, tabIndex:-1 });