Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 04:25:49 +0000 (12:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 04:25:49 +0000 (12:25 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index d6f4d6b..783ce2a 100644 (file)
@@ -403,7 +403,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
                 width: item.width ? item.width  : 130,
                 listeners : {
                     'select': function(c, r, i) {
-                        tb.selectedNode.setAttribute(c.name, r.get('val'));
+                        // initial support only for on class per el..
                     }
                 }