examples/bootstrap/homepage.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:22:52 +0000 (17:22 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:22:52 +0000 (17:22 +0800)
examples/bootstrap/homepage.js

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

index 49e21cd..8faf1b7 100644 (file)
                             "items" : [
                                 {
                                     "xtype" : "Row",
-                                    "$ xns" : "Roo.bootstrap"
+                                    "$ xns" : "Roo.bootstrap",
+                                    "items" : [
+                                        {
+                                            "xtype" : "Header",
+                                            "$ xns" : "Roo.bootstrap"
+                                        }
+                                    ]
                                 }
                             ]
                         }
index f3ac19e..3c8b1ad 100644 (file)
@@ -82,7 +82,15 @@ homepage = new Roo.XComponent({
                                {
                                     '|xns' : 'Roo.bootstrap',
                                     xtype : 'Row',
-                                    xns : Roo.bootstrap
+                                    xns : Roo.bootstrap,
+                                    items : [
+                                       {
+                                            '|xns' : 'Roo.bootstrap',
+                                            xtype : 'Header',
+                                            xns : Roo.bootstrap
+                                        }
+                                    ]
+
                                 }
                             ]