dhtmlxtabbar left tab writing label as vertically

hi,



we are using licensed version of dhtmlx



tabbar=new dhtmlXTabBar(“a_tabbar”,“left”);



<?xml version="1.0"?>





Test-1

Test-2







left tab name need appear as



T

e

s

t

-

1 as first tab name and second tab as



T

e

s

t

-

2





but its not writing. which property do we need to use (in XML and while creating vertical tabs) to write the tab name vertically.


You can try to use the following approach:



<![CDATA[

T e s t - 1
]]>





thanks alex,



 



how to do the same when we use addtab method for tabbar ?


Probably the following one:


tabbar.addTab(“a1”,“

T e s t - 1
”,“220px”);