examples/bootstrap/homepage.bjs
authorMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 05:43:52 +0000 (13:43 +0800)
committerMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 05:43:52 +0000 (13:43 +0800)
examples/bootstrap/homepage.js

examples/bootstrap/homepage.bjs
examples/bootstrap/homepage.js

index 3e4174d..074679e 100644 (file)
                 {
                     "String cls" : "top-space",
                     "xtype" : "Container",
-                    "$ xns" : "Roo.bootstrap"
+                    "$ xns" : "Roo.bootstrap",
+                    "items" : [
+                        {
+                            "xtype" : "Container",
+                            "$ xns" : "Roo.bootstrap"
+                        }
+                    ]
                 }
             ]
         }
index 265ab85..4ed8aec 100644 (file)
@@ -516,7 +516,15 @@ homepage = new Roo.XComponent({
                     '|xns' : 'Roo.bootstrap',
                     cls : 'top-space',
                     xtype : 'Container',
-                    xns : Roo.bootstrap
+                    xns : Roo.bootstrap,
+                    items : [
+                       {
+                            '|xns' : 'Roo.bootstrap',
+                            xtype : 'Container',
+                            xns : Roo.bootstrap
+                        }
+                    ]
+
                 }
             ]