examples/bootstrap/dashboard3.bjs
authormichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 12:53:26 +0000 (20:53 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 26 Nov 2014 12:53:26 +0000 (20:53 +0800)
examples/bootstrap/dashboard3.js

examples/bootstrap/dashboard3.bjs
examples/bootstrap/dashboard3.js

index 072c7e2..cbf67fb 100644 (file)
                                                             "items" : [
                                                                 {
                                                                     "xtype" : "NavGroup",
-                                                                    "$ xns" : "Roo.bootstrap"
+                                                                    "$ xns" : "Roo.bootstrap",
+                                                                    "items" : [
+                                                                        {
+                                                                            "xtype" : "NavItem",
+                                                                            "$ xns" : "Roo.bootstrap"
+                                                                        }
+                                                                    ]
                                                                 }
                                                             ]
                                                         }
index 6ff7551..2473086 100644 (file)
@@ -291,7 +291,15 @@ dashboard3 = new Roo.XComponent({
                                                                {
                                                                     '|xns' : 'Roo.bootstrap',
                                                                     xtype : 'NavGroup',
-                                                                    xns : Roo.bootstrap
+                                                                    xns : Roo.bootstrap,
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap',
+                                                                            xtype : 'NavItem',
+                                                                            xns : Roo.bootstrap
+                                                                        }
+                                                                    ]
+
                                                                 }
                                                             ]