examples/bootstrap/contact.bjs
authorMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:05:56 +0000 (16:05 +0800)
committerMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 08:05:56 +0000 (16:05 +0800)
examples/bootstrap/contact.js

examples/bootstrap/contact.bjs
examples/bootstrap/contact.js

index eab0181..9868a40 100644 (file)
                                 },
                                 {
                                     "xtype" : "Row",
-                                    "$ xns" : "Roo.bootstrap"
+                                    "$ xns" : "Roo.bootstrap",
+                                    "items" : [
+                                        {
+                                            "xtype" : "Container",
+                                            "$ xns" : "Roo.bootstrap"
+                                        }
+                                    ]
                                 }
                             ]
                         }
index 5e9e800..fb13da8 100644 (file)
@@ -49,7 +49,15 @@ contact = new Roo.XComponent({
                                {
                                     '|xns' : 'Roo.bootstrap',
                                     xtype : 'Row',
-                                    xns : Roo.bootstrap
+                                    xns : Roo.bootstrap,
+                                    items : [
+                                       {
+                                            '|xns' : 'Roo.bootstrap',
+                                            xtype : 'Container',
+                                            xns : Roo.bootstrap
+                                        }
+                                    ]
+
                                 }
                             ]