X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=builder.html.js;h=ee57eddd77282f3cb1dbb0b08f3f954a3bec49db;hb=119290bc3234e9ece1c64dbd72ca486d9633b5b7;hp=bd7ce1f9aa477c4dd85b1d8e650230f6004aadc9;hpb=82e5efe36f5aafa60419557c2be4bb86c57339cb;p=app.Builder.js diff --git a/builder.html.js b/builder.html.js index bd7ce1f9a..ee57eddd7 100644 --- a/builder.html.js +++ b/builder.html.js @@ -21,15 +21,16 @@ Builder = { // This would be alot simpler if we just use the XComponent code... // data should now be dialog or xcomponent.. // only snag here is that we do not know the name currently.. - Roo.log(clsname); + //Roo.log(clsname); var ix = '_src_' + this.id++; // should replace module name with Builder._src_{id} data = data.replace(clsname, 'Builder.' + ix); // next.. we need to ensure that parent is set correctly.. - data += "\n" + 'Builder.' + ix + ".parent = '#renderel';\n"; + // done by sender... otherwise building becomes difficult.. + //data += "\n" + 'Builder.' + ix + ".parent = '#renderel';\n"; //Roo.log(data);return; - Roo.log(data); + //Roo.log(data); if (this.scriptTag) { document.body.removeChild(this.scriptTag); this.scriptTag = false; @@ -51,7 +52,8 @@ Builder = { if (!Builder.click) { Builder.click= Roo.get(document.body).on('click', this.onclick, this); } - + Roo.log('Builder.'+ ix); + Roo.XComponent.build(); return; return;