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

index 3558660..d3e902a 100644 (file)
@@ -17,8 +17,12 @@ factory on the children might need to be more flexible?
 
 Dynamic.Component = function(cfg)
 {
-    
-    
+    config = Roo.apply({
+        // the values specified in the builder for this element go here...
+        
+    }, cfg);
+
+    Dynamic.Component.superclass.constructor.call(this, config);
     
     
 }