Categories | Question details Back To List | ||
change width label I'm using a tab, which i fill with XML. This tab is vertical I want to labels to be visible complitly, reading from left to right. At this moment only the first 3 or 4 characters are visible. Is there a way to set the width of the vertical (left, right) tab, so the whole text is readable tia, AC Answer posted by Support on Oct 16, 2008 02:15 >>Is there a way to set the width of the vertical (left, right) tab, so the whole text is readable You can change width by 3rd parameter of constructor var tabbar = dhtmlXTabBar(parentObject,mode,height) //for vertical oriented tabbars, this parameter will be treated as width Please beware that images used as bg by default will not work for very long tabs, you will be need to update them. |