builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 07:15:20 +0000 (15:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 07:15:20 +0000 (15:15 +0800)
builder.html.js

index 584a4c5..f4f120f 100644 (file)
@@ -96,7 +96,7 @@ Builder  = {
             this.dialogroot = Roo.get( document.body).createChild({
                 id : cfg.id
             });
-             
+            
             this.dialog = new Roo[cfg.xtype](this.dialogroot, cfg);
             //this.dialog.el.on('click', this.panelClick, this);
             this.dialog.show();
@@ -127,8 +127,14 @@ Builder  = {
                 }
             });
         }
-        this.layoutbase.addxtype(  cfg ); 
-        
+        try {
+            console.log("ADDING CFG");    
+            this.layoutbase.addxtype(  cfg ); 
+        } catch (e) {
+            console.log("GOT ERROR?");    
+            console.log(e);
+            console.log(JSON.stringify(e));
+        }
         
         
     },