DHTML JavaScript Tabbar samples

TabBar - Init other component through AJAX call

After selecting tab2, dhtmlxgrid will be initialized in it.

Next (cycle)

<div id="a_tabbar" style="width:400px;height:100px"></div> <script type="text/javascript"> tabbar=new dhtmlXTabBar("a_tabbar","top"); tabbar.setImagePath("imgs/"); tabbar.loadXML("tabs7b.xml"); </script> <?xml version="1.0"?> <tabbar hrefmode="ajax-html"> <row> <tab id="b1" width='100px' selected="1" href="alfa2.html">SCBR 1</tab> <tab id="b2" width='100px' href="betta.txt">SCBR 2</tab> <tab id="b3" width='100px' href="gamma.htm">SCBR 3</tab> </row> </tabbar>

Go to the dhtmlxTabbar main page or Close this page