Dhtmlxtabbar

Dear sir,

I need a functionality like onclick any button say on click of tab i should traverse from one tab to other , if iam in last tab if click tab it should move to tab1.


Hello,


there is setTabActive method that allows to change tab selection:


tabbar.setTabActive(tabId);


Method goToNextTab() makes the next tab active.


The example is dhtmlxTabbar/samples/loading_creating_tabs_content/tab_ajax_html.html ( dhtmlx.com/docs/products/dhtmlxT … _html.html )