examples/bootstrap/Login.bjs.APH7LX
authorAlan Knowles <alan@roojs.com>
Tue, 16 Sep 2014 06:08:18 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Sep 2014 06:08:18 +0000 (14:08 +0800)
examples/bootstrap/Login.bjs
examples/bootstrap/Login.js.6FI7LX
examples/bootstrap/Login.js

examples/bootstrap/Login.bjs
examples/bootstrap/Login.js

index 0b868ad..1682280 100644 (file)
                         },
                         {
                             "xtype" : "Form",
-                            "$ xns" : "Roo.bootstrap"
+                            "$ xns" : "Roo.bootstrap",
+                            "items" : [
+                                {
+                                    "xtype" : "Container",
+                                    "$ xns" : "Roo.bootstrap"
+                                }
+                            ]
                         }
                     ]
                 }
index d4f397f..7e4c2a2 100644 (file)
@@ -32,7 +32,14 @@ Login = new Roo.XComponent({
                         },
                        {
                             xtype : 'Form',
-                            xns : Roo.bootstrap
+                            xns : Roo.bootstrap,
+                            items : [
+                               {
+                                    xtype : 'Container',
+                                    xns : Roo.bootstrap
+                                }
+                            ]
+
                         }
                     ]