examples/bootstrap/contact.bjs
authorMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 09:10:27 +0000 (17:10 +0800)
committerMicheal <micheal@roojs.com>
Wed, 3 Dec 2014 09:10:27 +0000 (17:10 +0800)
examples/bootstrap/contact.js

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

index c83b0a5..44ca698 100644 (file)
                         {
                             "String cls" : "container-full top-space",
                             "xtype" : "Container",
-                            "$ xns" : "Roo.bootstrap"
+                            "$ xns" : "Roo.bootstrap",
+                            "items" : [
+                                {
+                                    "xtype" : "Element",
+                                    "$ xns" : "Roo.bootstrap"
+                                }
+                            ]
                         }
                     ]
                 }
index bc05efa..d93383d 100644 (file)
@@ -229,7 +229,15 @@ contact = new Roo.XComponent({
                             '|xns' : 'Roo.bootstrap',
                             cls : 'container-full top-space',
                             xtype : 'Container',
-                            xns : Roo.bootstrap
+                            xns : Roo.bootstrap,
+                            items : [
+                               {
+                                    '|xns' : 'Roo.bootstrap',
+                                    xtype : 'Element',
+                                    xns : Roo.bootstrap
+                                }
+                            ]
+
                         }
                     ]