Roo/Toolbar.js
authorEdward <edward@roojs.com>
Tue, 19 May 2015 10:08:06 +0000 (18:08 +0800)
committerEdward <edward@roojs.com>
Tue, 19 May 2015 10:08:06 +0000 (18:08 +0800)
Roo/Toolbar.js

index 0138d41..eaefa2e 100644 (file)
@@ -382,6 +382,8 @@ Roo.extend(Roo.Toolbar.Item, Roo.util.Observable, {
 
     // private
     render : function(td){
+        
+        Roo.log("Toolbar Item - render");
         this.td = td;
         td.appendChild(this.el);