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

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

index f4793ca..389127c 100644 (file)
                                     "items" : [
                                         {
                                             "xtype" : "Row",
-                                            "$ xns" : "Roo.bootstrap"
+                                            "$ xns" : "Roo.bootstrap",
+                                            "items" : [
+                                                {
+                                                    "xtype" : "Element",
+                                                    "$ xns" : "Roo.bootstrap"
+                                                }
+                                            ]
                                         }
                                     ]
                                 }
index b856f14..9a90441 100644 (file)
@@ -532,7 +532,15 @@ homepage = new Roo.XComponent({
                                        {
                                             '|xns' : 'Roo.bootstrap',
                                             xtype : 'Row',
-                                            xns : Roo.bootstrap
+                                            xns : Roo.bootstrap,
+                                            items : [
+                                               {
+                                                    '|xns' : 'Roo.bootstrap',
+                                                    xtype : 'Element',
+                                                    xns : Roo.bootstrap
+                                                }
+                                            ]
+
                                         }
                                     ]