X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=builder.html.js;h=703b1b5b160e0d8bf163a9b1759ac06a75814f20;hp=182763b1d4a6b4896c7c14508f27053e2ff93299;hb=89a84314c1ca88abe5c96dfeea737a6b70fe90fc;hpb=d1d774480a003e59d899a68f66f47884c19c79f3 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?");