Hi,
I am using One UltraWebTab and set display mode ="multiline". Based on user action i am displaying few tabs.
Only problem is if i have only 2 tabs to display it occupies complete space of tab. So it looks very bad. So may i know how to set each tab width in client side?
Thanks,
Sanjaya Jena
Hi Sanjaya,
The reason for that is not sufficient width of background images used for tabs. Images provided by installation have limited sizes, because large images would slow down browser. If tabs are wide and RoundedCorners are enabled, then the only solution for that situation is to build custom images with large widths. You may find out names of images from subproperties of RoundedCorners. If you do not know where exactly they are located, then you may look at source of generated html and check path of those images.
You should find those images, open them in image editors, and replace them with new images with larger widths.
Hey
Thanks for your suggestions. I am also bit concern about the slow down my web application. yeah i could see few images are installed with infragistics suit.
Is there any way to change displaymode dynamically in client side(javascript) ?i think this will solve my problem permanately.
waiting for your response.
Cheers,