DHTML JavaScript Tabbar samples

Enable/Disable Tab


Enable tab 3
Disable tab 3
Hide tab 2
Show tab 2
<div id="a_tabbar" style="width:400px;height:100px"></div> <script type="text/javascript"> tabbar=new dhtmlXTabBar("a_tabbar","bottom"); tabbar.setImagePath("imgs/"); tabbar.loadXML("tabs3a.xml"); ... tabbar2.disableTab('b3',true) tabbar2.enableTab('b3') tabbar2.hideTab('b2',true) tabbar2.showTab('b2') </script>

Go to the dhtmlxTabbar main page or Close this page