builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 11 Jun 2010 03:45:48 +0000 (11:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 11 Jun 2010 03:45:48 +0000 (11:45 +0800)
builder.html.js

index 182763b..703b1b5 100644 (file)
@@ -83,6 +83,7 @@ Builder  = {
         
         
         this.munge(cfg);
+        
         //console.log(this.dump(cfg)); 
         // we draw either a dialog or a tab..
         
@@ -98,6 +99,7 @@ Builder  = {
                 id : cfg.id
             });
             
+            
             this.dialog = new Roo[cfg.xtype](this.dialogroot, cfg);
             //this.dialog.el.on('click', this.panelClick, this);
             this.dialog.show();
@@ -130,6 +132,7 @@ Builder  = {
         }
         try {
             console.log("ADDING CFG");    
+            console.log(cfg)
             this.layoutbase.addxtype(  cfg ); 
         } catch (e) {
             console.log("GOT ERROR?");