Active Tab not working

I have created a vertical set of tabs, but when the page loads the designated tab is not active - it just shows the list of tabs in a line, and you have to click on one of them to see the content.



I’ve used both methods, but still the same problem.



tabbar.setTabInActive(tabID);

<tab selected=“1” …>… when using an xml file.



Your help would be appreciated.



Thanks



Andy


selected attribute in the xml works for a vertical tabbar. Please, check the samples:


dhtmlxTabbar/samples/03_orientation/03_left.html


dhtmlx.com/docs/products/dht … _left.html


Also please try to use setTabActive instead of setTabInActive.