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

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

index 8faf1b7..ce21e3b 100644 (file)
@@ -65,7 +65,8 @@
                                     "items" : [
                                         {
                                             "xtype" : "Header",
-                                            "$ xns" : "Roo.bootstrap"
+                                            "$ xns" : "Roo.bootstrap",
+                                            "String html" : "The HR Platform"
                                         }
                                     ]
                                 }
index 3c8b1ad..94106ed 100644 (file)
@@ -87,7 +87,8 @@ homepage = new Roo.XComponent({
                                        {
                                             '|xns' : 'Roo.bootstrap',
                                             xtype : 'Header',
-                                            xns : Roo.bootstrap
+                                            xns : Roo.bootstrap,
+                                            html : 'The HR Platform'
                                         }
                                     ]