DHTML JavaScript Tabbar samples

Add/Remove content to TabBar



Add tab  Position
Remove current tab

<div id="a_tabbar" style="width:400px;height:100px"></div> <script type="text/javascript"> tabbar=new dhtmlXTabBar("a_tabbar","top"); tabbar.setImagePath("imgs/"); tabbar.setSkinColors("#FCFBFC","#F4F3EE"); ... tabbar.addTab(id,text,size,pos); tabbar.removeTab(id); </script>

Go to the dhtmlxTabbar main page or Close this page