Roo/ContentPanel.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 16 Aug 2011 10:54:48 +0000 (18:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 16 Aug 2011 10:54:48 +0000 (18:54 +0800)
Roo/ContentPanel.js

index a5dc852..c9f6075 100644 (file)
@@ -107,7 +107,17 @@ Roo.ContentPanel = function(el, config, content){
          * @param {Number} width The width after any component adjustments
          * @param {Number} height The height after any component adjustments
          */
-        "resize" : true
+        "resize" : true,
+        
+         /**
+         * @event render
+         * Fires when this tab is created
+         * @param {Roo.ContentPanel} this
+         */
+        "render" : true
+        
+        
+        
     });
     if(this.autoScroll){
         this.resizeEl.setStyle("overflow", "auto");