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

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

index 4b1eb1c..5f08369 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 dd3cb32..1755c9d 100644 (file)
@@ -149,6 +149,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'
+                  }
+                 ]
+
                 }
                ]