From: Alan Knowles Date: Fri, 11 Jun 2010 03:45:48 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=89a84314c1ca88abe5c96dfeea737a6b70fe90fc builder.html.js --- 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?");