examples/bootstrap/dashboard3.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 09:11:26 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 09:11:26 +0000 (17:11 +0800)
examples/bootstrap/dashboard3.js

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

index c14b6a9..b61a48f 100644 (file)
                                                             "xtype" : "TabPanel",
                                                             "$ xns" : "Roo.bootstrap",
                                                             "String tabId" : "#first",
+                                                            "String navId" : "#sample1",
                                                             "items" : [
                                                                 {
                                                                     "xtype" : "Header",
                                                             "xtype" : "TabPanel",
                                                             "$ xns" : "Roo.bootstrap",
                                                             "String tabId" : "#second",
+                                                            "String navId" : "#sample1",
                                                             "items" : [
                                                                 {
                                                                     "xtype" : "Header",
index de811f2..8a584d6 100644 (file)
@@ -372,6 +372,7 @@ dashboard3 = new Roo.XComponent({
                                                             xtype : 'TabPanel',
                                                             xns : Roo.bootstrap,
                                                             tabId : '#first',
+                                                            navId : '#sample1',
                                                             listeners : {
                                                                render : function (_self)
                                                                   {
@@ -456,6 +457,7 @@ dashboard3 = new Roo.XComponent({
                                                             xtype : 'TabPanel',
                                                             xns : Roo.bootstrap,
                                                             tabId : '#second',
+                                                            navId : '#sample1',
                                                             listeners : {
                                                                render : function (_self)
                                                                   {