roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:38:25 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:38:25 +0000 (15:38 +0800)
roojs-bootstrap-debug.js
roojs-calendar.js
roojs-calendar-debug.js
examples/bootstrap4/dynamic-components.js

examples/bootstrap4/dynamic-components.js
roojs-bootstrap-debug.js
roojs-calendar-debug.js

index ea4baf4..f44db19 100644 (file)
@@ -11,6 +11,12 @@ factory on the children might need to be more flexible?
 
 
 - 1st step -- the outer code will be standard 'extend format'
+
+
+current build flow:
+
+ addxtype(pa)
+
  
  
  */
@@ -36,8 +42,11 @@ Roo.extend(Dynamic.Component, Roo.bootstrap.Body, {
 
     // children...
     
-    
+    // addxtype << this is the entry point for this component being 
 
+    
+    
+    
 });
 
 
index cf0e467..7584bfc 100644 (file)
@@ -388,8 +388,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
        this.items = nitems;
         
         this.fireEvent('childrenrendered', this);
-        
-       
+         
     },
     
     
index a4268a5..deaf3e7 100644 (file)
@@ -374,8 +374,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
        this.items = nitems;
         
         this.fireEvent('childrenrendered', this);
-        
-       
+         
     },