examples/bootstrap/dashboard3.bjs
authormichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 05:48:25 +0000 (13:48 +0800)
committermichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 05:48:25 +0000 (13:48 +0800)
examples/bootstrap/dashboard3.js

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

index 6986bc6..2f352fb 100644 (file)
                                                     "xtype" : "Column",
                                                     "$ xns" : "Roo.bootstrap",
                                                     "String style" : "",
-                                                    "Number sm" : 12
+                                                    "Number sm" : 12,
+                                                    "items" : [
+                                                        {
+                                                            "xtype" : "TabBox",
+                                                            "$ xns" : "Roo.bootstrap.dash",
+                                                            "items" : [
+                                                                {
+                                                                    "xtype" : "TabGroup",
+                                                                    "$ xns" : "Roo.bootstrap.dash"
+                                                                }
+                                                            ]
+                                                        }
+                                                    ]
                                                 },
                                                 {
                                                     "Number md" : 6,
index 6d7e4a8..2b2cd89 100644 (file)
@@ -177,7 +177,23 @@ dashboard3 = new Roo.XComponent({
                                                     xtype : 'Column',
                                                     xns : Roo.bootstrap,
                                                     style : '',
-                                                    sm : 12
+                                                    sm : 12,
+                                                    items : [
+                                                       {
+                                                            '|xns' : 'Roo.bootstrap.dash',
+                                                            xtype : 'TabBox',
+                                                            xns : Roo.bootstrap.dash,
+                                                            items : [
+                                                               {
+                                                                    '|xns' : 'Roo.bootstrap.dash',
+                                                                    xtype : 'TabGroup',
+                                                                    xns : Roo.bootstrap.dash
+                                                                }
+                                                            ]
+
+                                                        }
+                                                    ]
+
                                                 },
                                                {
                                                     '|xns' : 'Roo.bootstrap',