Roo/form/HtmlEditor/ToolbarContext.js
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 06:39:40 +0000 (14:39 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 06:39:40 +0000 (14:39 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index bb516c7..2684c3b 100644 (file)
@@ -633,6 +633,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
                 listeners: {
                     'change' : function(f, nv, ov) {
                         tb.selectedNode.setAttribute(f.attrname, nv);
+                        editorcore.syncValue();
                     }
                 }
             }));