not displaying full tabname in the vertical tab

hi,
I am using vertical tabs in my application.In that tab name is displaying only 6 characters remaining characters are not displaying after increasing the width of the tab also.can u provide some sample code to display the complete tabname.

Hi,

you may place html elements as tab labels. In our demo appliation we set <img …> as labels:

dhtmlx.com/docs/products/dhtmlxT … ndex.shtml

tabbar.addTab(“t1”,"<img …>",“100px”);

Also you may try to place a rotated div. For example: -moz-transform: rotate(-90deg); applies rotation in FireFox.