examples/bootstrap/dashboard3.bjs
authormichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 03:40:10 +0000 (11:40 +0800)
committermichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 03:40:10 +0000 (11:40 +0800)
examples/bootstrap/dashboard3.js

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

index be4c4db..3ab11d7 100644 (file)
                                                     "items" : [
                                                         {
                                                             "xtype" : "TabBox",
-                                                            "$ xns" : "Roo.bootstrap.dash"
+                                                            "$ xns" : "Roo.bootstrap.dash",
+                                                            "items" : [
+                                                                {
+                                                                    "xtype" : "TabGroup",
+                                                                    "$ xns" : "Roo.bootstrap.dash",
+                                                                    "items" : [
+                                                                        {
+                                                                            "xtype" : "TabItem",
+                                                                            "$ xns" : "Roo.bootstrap.dash"
+                                                                        }
+                                                                    ]
+                                                                }
+                                                            ]
                                                         }
                                                     ]
                                                 }
index 31cceae..b3e4ecd 100644 (file)
@@ -286,7 +286,23 @@ dashboard3 = new Roo.XComponent({
                                                        {
                                                             '|xns' : 'Roo.bootstrap.dash',
                                                             xtype : 'TabBox',
-                                                            xns : Roo.bootstrap.dash
+                                                            xns : Roo.bootstrap.dash,
+                                                            items : [
+                                                               {
+                                                                    '|xns' : 'Roo.bootstrap.dash',
+                                                                    xtype : 'TabGroup',
+                                                                    xns : Roo.bootstrap.dash,
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap.dash',
+                                                                            xtype : 'TabItem',
+                                                                            xns : Roo.bootstrap.dash
+                                                                        }
+                                                                    ]
+
+                                                                }
+                                                            ]
+
                                                         }
                                                     ]