Hi,
I have initialized dhtmlx tabbar from Html.
The code is as follows
Content 3
I want to use tabbar api to navigate between tabs.
goToPrevTab(),goToNextTab()…
So how do I accomplished this?
–
Kunal
Hi,
I have initialized dhtmlx tabbar from Html.
The code is as follows
You can use ID of tabbar’s container as reference to tabbar’s object
<div id=“a_tabbar” class=“dhtmlxTabBar”
…