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

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

index 2f352fb..3f7701b 100644 (file)
                                                             "items" : [
                                                                 {
                                                                     "xtype" : "TabGroup",
-                                                                    "$ xns" : "Roo.bootstrap.dash"
+                                                                    "$ xns" : "Roo.bootstrap.dash",
+                                                                    "items" : [
+                                                                        {
+                                                                            "xtype" : "TabItem",
+                                                                            "$ xns" : "Roo.bootstrap.dash"
+                                                                        }
+                                                                    ]
                                                                 }
                                                             ]
                                                         }
index 2b2cd89..d4efaed 100644 (file)
@@ -187,7 +187,15 @@ dashboard3 = new Roo.XComponent({
                                                                {
                                                                     '|xns' : 'Roo.bootstrap.dash',
                                                                     xtype : 'TabGroup',
-                                                                    xns : Roo.bootstrap.dash
+                                                                    xns : Roo.bootstrap.dash,
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap.dash',
+                                                                            xtype : 'TabItem',
+                                                                            xns : Roo.bootstrap.dash
+                                                                        }
+                                                                    ]
+
                                                                 }
                                                             ]