examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:06:41 +0000 (17:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:06:41 +0000 (17:06 +0800)
examples/bootstrap/dashboard4.js

examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index fea5125..4b1eb1c 100644 (file)
                   }
                  ]
                 },
+                {
+                 "xtype" : "TabPane",
+                 "$ xns" : "Roo.bootstrap.dash",
+                 "string title" : "B",
+                 "items" : [
+                  {
+                   "xtype" : "Column",
+                   "$ xns" : "Roo.bootstrap",
+                   "String html" : "tab 2 content"
+                  }
+                 ]
+                },
                 {
                  "xtype" : "TabPane",
                  "$ xns" : "Roo.bootstrap.dash",
index 99bdd01..dd3cb32 100644 (file)
@@ -134,6 +134,21 @@ dashboard4 = new Roo.XComponent({
                   }
                  ]
 
+                },
+                {
+                 '|xns' : 'Roo.bootstrap.dash',
+                 title : _this._strings['9d5ed678fe57bcca610140957afab571'],
+                 xns : Roo.bootstrap.dash,
+                 xtype : 'TabPane',
+                 items : [
+                  {
+                   '|xns' : 'Roo.bootstrap',
+                   html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'],
+                   xns : Roo.bootstrap,
+                   xtype : 'Column'
+                  }
+                 ]
+
                 }
                ]