Roo/bootstrap/htmleditor/ToolbarStandard.js
authorjohn <john@roojs.com>
Tue, 19 Dec 2017 05:21:24 +0000 (13:21 +0800)
committerjohn <john@roojs.com>
Tue, 19 Dec 2017 05:21:24 +0000 (13:21 +0800)
Roo/bootstrap/htmleditor/ToolbarStandard.js

index 43e1465..369dc03 100644 (file)
@@ -125,7 +125,10 @@ Roo.extend(Roo.bootstrap.htmleditor.ToolbarStandard, Roo.bootstrap.NavSimplebar,
             });
         });
          children.push(style);   
-            
+        
+        if (this.editor.btns.length > 0) {
+            Roo.log(this.editor.btns);
+        }
             
         btn('bold',false,true);
         btn('italic',false,true);