examples/bootstrap/homepage.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 08:35:28 +0000 (16:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 08:35:28 +0000 (16:35 +0800)
examples/bootstrap/homepage.js

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

index 2254210..42c1e92 100644 (file)
                                     "$ xns" : "Roo.bootstrap",
                                     "String html" : "More Pages"
                                 },
+                                {
+                                    "xtype" : "NavItem",
+                                    "$ xns" : "Roo.bootstrap",
+                                    "String html" : "Contact"
+                                },
                                 {
                                     "xtype" : "NavItem",
                                     "$ xns" : "Roo.bootstrap",
index 53f8206..4caff87 100644 (file)
@@ -51,6 +51,12 @@ homepage = new Roo.XComponent({
                                     xns : Roo.bootstrap,
                                     html : 'More Pages'
                                 },
+                               {
+                                    '|xns' : 'Roo.bootstrap',
+                                    xtype : 'NavItem',
+                                    xns : Roo.bootstrap,
+                                    html : 'Contact'
+                                },
                                {
                                     '|xns' : 'Roo.bootstrap',
                                     xtype : 'NavItem',