examples/bootstrap/dashboard3.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 04:08:38 +0000 (12:08 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 04:08:38 +0000 (12:08 +0800)
examples/bootstrap/dashboard3.js

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

index 837796d..6d81314 100644 (file)
                                                                 {
                                                                     "xtype" : "TabPane",
                                                                     "$ xns" : "Roo.bootstrap.dash",
-                                                                    "string title" : "tab 1"
+                                                                    "string title" : "tab 1",
+                                                                    "items" : [
+                                                                        {
+                                                                            "xtype" : "Column",
+                                                                            "$ xns" : "Roo.bootstrap"
+                                                                        }
+                                                                    ]
                                                                 },
                                                                 {
                                                                     "xtype" : "TabPane",
index 6841eac..307009b 100644 (file)
@@ -195,7 +195,15 @@ dashboard3 = new Roo.XComponent({
                                                                     '|xns' : 'Roo.bootstrap.dash',
                                                                     xtype : 'TabPane',
                                                                     xns : Roo.bootstrap.dash,
-                                                                    title : "tab 1"
+                                                                    title : "tab 1",
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap',
+                                                                            xtype : 'Column',
+                                                                            xns : Roo.bootstrap
+                                                                        }
+                                                                    ]
+
                                                                 },
                                                                {
                                                                     '|xns' : 'Roo.bootstrap.dash',