Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by AC on Oct 15, 2008 11:29
open dhtmlx forum
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.