Roo/Toolbar.js
authorEdward <edward@roojs.com>
Tue, 19 May 2015 09:55:15 +0000 (17:55 +0800)
committerEdward <edward@roojs.com>
Tue, 19 May 2015 09:55:15 +0000 (17:55 +0800)
Roo/Toolbar.js

index ffb8fd0..3955838 100644 (file)
@@ -384,6 +384,7 @@ Roo.Toolbar.Item.prototype = {
     render : function(td){
         this.td = td;
         td.appendChild(this.el);
+        this.fireEvent('render', this);
     },
     
     /**