meyerovb
27 Jun 2010, 10:26 PM
I slightly modified the kitchen sink demo by appending a bunch of cards so I'd have enough to go off the screen, and then adding a property to the TabPanel, scroll: 'horizontal'
According to the documentation (http://www.sencha.com/deploy/touch/docs/?class=Ext.TabPanel) it was my understanding this would allow me to scroll the tabs if they overflowed off the viewable area. However this is not the case (btw, sortable worked perfectly). How do I implement scrolling tabs in the bottom tabs example after I add additional tabs to it?
Also, there is the following property in the tabpanel:
defaults: {
scroll: 'vertical',
},
What's with the extra comma, and what is this property meant to do on this page?
According to the documentation (http://www.sencha.com/deploy/touch/docs/?class=Ext.TabPanel) it was my understanding this would allow me to scroll the tabs if they overflowed off the viewable area. However this is not the case (btw, sortable worked perfectly). How do I implement scrolling tabs in the bottom tabs example after I add additional tabs to it?
Also, there is the following property in the tabpanel:
defaults: {
scroll: 'vertical',
},
What's with the extra comma, and what is this property meant to do on this page?