Hello,
I want to create a vertical tab bar with big enough tab's width (at least 150 px). What I understand is that tab is implemented from ImgTab class, which has 3 images in order to stretch the tab. Unfortunately in vertical tab set, tabs are stretch vertically, but I want to stretch them horizontally.
I try to use setTabBarThickness:
This does the trick, but the result is ugly stretched horizontal image.
Is it possible to modify the skin img dir only for this tab set, so I can use my own images - 150px in width ? As far as I understand ImgTab is created from the tab set and I don't have a control to call setSkinImgDir on it ?
I'm using Smart GWT Pro 2.4.
Any suggestions ?
Best Regards,
paco
I want to create a vertical tab bar with big enough tab's width (at least 150 px). What I understand is that tab is implemented from ImgTab class, which has 3 images in order to stretch the tab. Unfortunately in vertical tab set, tabs are stretch vertically, but I want to stretch them horizontally.
I try to use setTabBarThickness:
Code:
myTabSet.setTabBarThickness(150);
Is it possible to modify the skin img dir only for this tab set, so I can use my own images - 150px in width ? As far as I understand ImgTab is created from the tab set and I don't have a control to call setSkinImgDir on it ?
I'm using Smart GWT Pro 2.4.
Any suggestions ?
Best Regards,
paco