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

index e2f441e..3558660 100644 (file)
@@ -9,6 +9,21 @@ Changes that might need making?
 
 factory on the children might need to be more flexible?
 
+
+- 1st step -- the outer code will be standard 'extend format'
  
  
- */
\ No newline at end of file
+ */
+
+Dynamic.Component = function(cfg)
+{
+    
+    
+    
+    
+}
+
+
+
+
+