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

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

index be04e57..ab85562 100644 (file)
                         {
                             "String cls" : "text-center top-space",
                             "xtype" : "Header",
-                            "$ xns" : "Roo.bootstrap"
+                            "$ xns" : "Roo.bootstrap",
+                            "Number level" : 2,
+                            "String html" : "Frequently Asked Questions"
                         }
                     ]
                 }
index 10adbd0..ab70b90 100644 (file)
@@ -371,7 +371,9 @@ homepage = new Roo.XComponent({
                             '|xns' : 'Roo.bootstrap',
                             cls : 'text-center top-space',
                             xtype : 'Header',
-                            xns : Roo.bootstrap
+                            xns : Roo.bootstrap,
+                            level : 2,
+                            html : 'Frequently Asked Questions'
                         }
                     ]