Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Nov 06, 2008 12:16
open dhtmlx forum
Hiding a Tabbar

I have 3 inidividual tabbars. When I open the page, I see the tabbars, one below the other

I want to hide the bittom 2 Tabbars and display them whenevr I want using a javascript.

How do I that?

When I use style.display="none" in onload condition, it does not show up at all.

There has to be some trick.....
Answer posted by Support on Nov 10, 2008 09:01
>>How do I that?
There is no API methods to fully hide tabbar, you can use display:none to hide them

>>When I use style.display="none" in onload condition, it does not show up at all.
If you init tabbar in hidden container you need to be sure, that it has some fixed styles assigned to it, please check attached sample.  
Attachments (1)