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

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

index dbfa999..910ba41 100644 (file)
                                                     "items" : [
                                                         {
                                                             "xtype" : "TabBox",
-                                                            "$ xns" : "Roo.bootstrap.dash"
+                                                            "$ xns" : "Roo.bootstrap.dash",
+                                                            "items" : [
+                                                                {
+                                                                    "xtype" : "TabPane",
+                                                                    "$ xns" : "Roo.bootstrap.dash"
+                                                                }
+                                                            ]
                                                         }
                                                     ]
                                                 }
index 4ce1e0a..cce95cd 100644 (file)
@@ -286,7 +286,15 @@ dashboard3 = new Roo.XComponent({
                                                        {
                                                             '|xns' : 'Roo.bootstrap.dash',
                                                             xtype : 'TabBox',
-                                                            xns : Roo.bootstrap.dash
+                                                            xns : Roo.bootstrap.dash,
+                                                            items : [
+                                                               {
+                                                                    '|xns' : 'Roo.bootstrap.dash',
+                                                                    xtype : 'TabPane',
+                                                                    xns : Roo.bootstrap.dash
+                                                                }
+                                                            ]
+
                                                         }
                                                     ]