Roo/Document.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:00:32 +0000 (14:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 06:00:32 +0000 (14:00 +0800)
Roo/Document.js

index 26a56cb..35ebed4 100644 (file)
@@ -41,10 +41,16 @@ Roo.XComponent = function(cfg) {
         /**
             * @event built
             * Fires when this the componnt is built
-            * @param {Button} this
-            * @param {EventObject} e The click event
+            * @param {Roo.XComponent} c the component
             */
-        'built' : true
+        'built' : true,
+        /**
+            * @event buildcomplete
+            * Fires on the top level element when all elements have been built
+            * @param {Roo.XComponent} c the top level component.
+         */
+        'buildcomplete' : true,
+        
     });
 
     Roo.XComponent.register(this);