examples/bootstrap4/dynamic-components.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 08:49:26 +0000 (16:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 08:49:26 +0000 (16:49 +0800)
examples/bootstrap4/dynamic-components.js

index 02cc208..8810a71 100644 (file)
@@ -49,39 +49,12 @@ Dynamic.Component = function(cfg)
                 xtype : 'Container'
                },
                {
+                
+                // our 'sub component here..
                 '|xns' : 'Dynamic.Component',
                 xns : Dynamic.Component,
                 xtype : 'Form',
-                items : [
-                 {
-                  '|xns' : 'Roo.bootstrap',
-                  cls : 'body bg-gray',
-                  xns : Roo.bootstrap,
-                  xtype : 'Container',
-                  items : [
-                   {
-                    '|xns' : 'Roo.bootstrap',
-                    placeholder : STRINGS['0c83f57c786a0b4a39efab23731c7ebc'],
-                    xns : Roo.bootstrap,
-                    xtype : 'Input'
-                   },
-                   {
-                    '|xns' : 'Roo.bootstrap',
-                    inputType : 'password',
-                    placeholder : STRINGS['5f4dcc3b5aa765d61d8327deb882cf99'],
-                    xns : Roo.bootstrap,
-                    xtype : 'Input'
-                   },
-                   {
-                    '|xns' : 'Roo.bootstrap',
-                    boxLabel : 'Remember me',
-                    xns : Roo.bootstrap,
-                    xtype : 'CheckBox'
-                   }
-                  ]
-         
-                 }
-                ]
+                   
          
                },
                {