builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:57:37 +0000 (14:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:57:37 +0000 (14:57 +0800)
builder.html.js

index 322a9bd..e923630 100644 (file)
@@ -23,7 +23,7 @@ Builder  = {
         
         this.scriptTag = document.body.appendChild(document.createElement('script'));
         this.scriptTag.setAttribute('type','text/javascript');
-        
+         
         this.id++;
         this.scriptTag.appendChild(
                     document.createTextNode(
@@ -37,7 +37,10 @@ Builder  = {
         if (!Builder.click) {
             Builder.click= Roo.get(document.body).on('click', this.onclick, this);
         }
-         (function() {
+        
+        
+        
+        (function() {
            Builder.tree = Builder['_src' + this.id];
            Roo.log("Tree is :" +  Builder.tree);
             Builder.redraw(false);
@@ -45,6 +48,7 @@ Builder  = {
     },
     
     
+    
     tree : {}, 
     renderObj :  { isBuilder : true },
     dialogroot : false,