Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 02:48:49 +0000 (10:48 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 02:48:49 +0000 (10:48 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 0c3e1c3..ec28f05 100644 (file)
@@ -477,6 +477,8 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
         // disable everything...
         
         this.tb.items.each(function(item){
+            Roo.log('items!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
+            Roo.log(item);
            if(item.id != editorcore.frameId+ '-sourceedit'){
                 item.disable();
             }