examples/bootstrap/dashboard3.bjs
authormichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 04:19:22 +0000 (12:19 +0800)
committermichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 04:19:22 +0000 (12:19 +0800)
examples/bootstrap/dashboard3.js

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

index 4bd5037..a91f957 100644 (file)
                                                             "items" : [
                                                                 {
                                                                     "xtype" : "TabPane",
-                                                                    "$ xns" : "Roo.bootstrap.dash"
+                                                                    "$ xns" : "Roo.bootstrap.dash",
+                                                                    "items" : [
+                                                                        {
+                                                                            "xtype" : "Graph",
+                                                                            "$ xns" : "Roo.bootstrap"
+                                                                        }
+                                                                    ]
                                                                 }
                                                             ]
                                                         }
index 59206d8..9f2022b 100644 (file)
@@ -291,7 +291,15 @@ dashboard3 = new Roo.XComponent({
                                                                {
                                                                     '|xns' : 'Roo.bootstrap.dash',
                                                                     xtype : 'TabPane',
-                                                                    xns : Roo.bootstrap.dash
+                                                                    xns : Roo.bootstrap.dash,
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap',
+                                                                            xtype : 'Graph',
+                                                                            xns : Roo.bootstrap
+                                                                        }
+                                                                    ]
+
                                                                 }
                                                             ]