-
21 Jan 2013 3:20 PM #1
Fill / Spacer / Seperator for Tab-Panel?
Fill / Spacer / Seperator for Tab-Panel?
The toolbar has 3 components uniquely for positioning toolbar elements, 'tbfill', 'tbspacer' & 'tbseperator'... I Might be wrong, but i can't find any similar elements for the TabPanel.
Are there any plans to introduce similar elements for the TabPanel so we can control the position of our tabs? And would you use them if they were on offer?
-
23 Jan 2013 10:56 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
There aren't any current plans to support these types of components in the tab bar.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
28 Jan 2013 2:41 PM #3
Ok, so it's not possible that way. But if anyone else is attempting to do something like this, look at the Tab-config:
In this case I used it to break up my tabs into 2 groups by adding a margin to one. If all you want to do is add a fixed gap you can do it this wayCode:tabConfig: { xtype: 'tab', margins: '0 0 0 50' },
Oh, and thanks mitchell for the response


Reply With Quote