johnsons
9 Mar 2007, 5:15 AM
Does anyone have suggestions to wrap multi word tab heading?
For example:
var tabs = new Ext.TabPanel('tabs1');
tabs.addTab('script', "View Script");
tabs.addTab('singleword', "Single word");
tabs.activate('script');
Is it possible to maintain a consistent tab height and wanted "View Script" to wrap to two lines, and "single word" to not wrap, and have both tabs text vertically align in the middle?
Thanks!
[/img][/code]
For example:
var tabs = new Ext.TabPanel('tabs1');
tabs.addTab('script', "View Script");
tabs.addTab('singleword', "Single word");
tabs.activate('script');
Is it possible to maintain a consistent tab height and wanted "View Script" to wrap to two lines, and "single word" to not wrap, and have both tabs text vertically align in the middle?
Thanks!
[/img][/code]