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

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

index d832e40..922b558 100644 (file)
@@ -28,8 +28,8 @@
                                 },
                                 {
                                     "xtype" : "NavItem",
-                                    "$ xns" : "Roo.bootstrap",
-                                    "String html" : "Home"
+                                    "$ xns" : "Roo.bootstrapA",
+                                    "String html" : "About"
                                 }
                             ]
                         }
index 038ce33..d19cb51 100644 (file)
@@ -39,10 +39,10 @@ homepage = new Roo.XComponent({
                                     html : 'Home'
                                 },
                                {
-                                    '|xns' : 'Roo.bootstrap',
+                                    '|xns' : 'Roo.bootstrapA',
                                     xtype : 'NavItem',
-                                    xns : Roo.bootstrap,
-                                    html : 'Home'
+                                    xns : Roo.bootstrapA,
+                                    html : 'About'
                                 }
                             ]