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

index a2bcac3..55632c4 100644 (file)
@@ -294,7 +294,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
            this.tb =  typeof(ty[tn]) != 'undefined' ? this.toolbars[tn] : this.toolbars['*'];
            this.tb.el.show();
            
-           this.tb.tagName.el.dom.innerHTML = tn + ':&nbsp;';
+           this.tb.tagName.el.innerHTML = tn + ':&nbsp;';
            this.tb.fields.each(function(e) {
                e.setValue(sel.getAttribute(e.name));
            });