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

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

index 81d35bc..79439da 100644 (file)
                                             "xtype" : "Header",
                                             "$ xns" : "Roo.bootstrap",
                                             "String html" : "The HR Platform"
+                                        },
+                                        {
+                                            "xtype" : "Element",
+                                            "$ xns" : "Roo.bootstrap"
                                         }
                                     ]
                                 }
index 310a674..70fe6b9 100644 (file)
@@ -96,6 +96,11 @@ homepage = new Roo.XComponent({
                                             xtype : 'Header',
                                             xns : Roo.bootstrap,
                                             html : 'The HR Platform'
+                                        },
+                                       {
+                                            '|xns' : 'Roo.bootstrap',
+                                            xtype : 'Element',
+                                            xns : Roo.bootstrap
                                         }
                                     ]