From 89a84314c1ca88abe5c96dfeea737a6b70fe90fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Jun 2010 11:45:48 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder.html.js b/builder.html.js index 182763b1d..703b1b5b1 100644 --- a/builder.html.js +++ b/builder.html.js @@ -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?"); -- 2.39.2