-
8 Apr 2011 9:07 AM #1
Tabitem title size
Tabitem title size
Does anyone know how to configure the title of a tab (the part U click to view the tab contents) to be as wide as the title text or as wide as U want ??
Odili Charles Opute
Proudly Nigerian
Blog
Cotributions
Ext.ux.Image
Ext.ux.Wizard
Ext.plugin.ModalNotice
Ext.plugin.ComboLoader
Ext.ux.form.ScreenshotField
-
13 Apr 2011 4:58 AM #2
tabitem_title_size.png
I have attached an image to make it clearer. The picture shows a tab with two items, U can see that the second tabitem clips the title such that U can't read it completely. A little investigation reveals that setTabWidth and setMinTabWidth of the TabPanel class does nothing to solve our problem. Looking further, I discovered that the tabitem header is created with an inner class called HeaderItem which extends Component, though it provides a setWith method (via the Component API) but it is a dummy method and it was not implemented.Odili Charles Opute
Proudly Nigerian
Blog
Cotributions
Ext.ux.Image
Ext.ux.Wizard
Ext.plugin.ModalNotice
Ext.plugin.ComboLoader
Ext.ux.form.ScreenshotField
-
21 Apr 2011 7:18 AM #3
Interesting ...
Interesting ...
The problem was caused by :
Once I took that out of the way, the tabs were automatically as wide as their label size. Cheers.Code:tabPanel.setResizeTabs(true);
Odili Charles Opute
Proudly Nigerian
Blog
Cotributions
Ext.ux.Image
Ext.ux.Wizard
Ext.plugin.ModalNotice
Ext.plugin.ComboLoader
Ext.ux.form.ScreenshotField
Similar Threads
-
Panel Title Font Size
By htedatawarehouse in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 27 Aug 2012, 5:26 AM -
Change font size of TabItem?
By gnirpaz in forum Ext GWT: DiscussionReplies: 2Last Post: 26 Jan 2010, 8:04 AM -
create an editor for tabitem title
By bhomass in forum Ext GWT: Help & Discussion (1.x)Replies: 0Last Post: 6 Apr 2009, 8:57 PM -
How to add a close button on the tabItem title
By javist in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 4 Nov 2006, 4:22 PM



Reply With Quote