examples/bootstrap4/dynamic-components.js
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 05:03:14 +0000 (13:03 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 05:03:14 +0000 (13:03 +0800)
examples/bootstrap4/dynamic-components.js

index 79852e3..8bd07c7 100644 (file)
@@ -152,7 +152,9 @@ Dynamic.Component.Form = function(cfg)
     
     // in theory you can use 'cfg.XXX to fill in values...' == eg. cfg.XXX || '10'
     
-    cfg.items : [
+    Roo.apply(this,cfg);
+    
+    cfg.items  = [
          {
           '|xns' : 'Roo.bootstrap',
           cls : 'body bg-gray',