subtabbar

i’m using subtabbar in dhtmlxtabbar.













but i did not get “resolve_tabbar” in my js function .this tab is generated in child jsp.Please let me know that how to get resolve_tabbar in my js function.Becoz i have to set selected tab .



Please reply soon





Please check attached sample.
1226925141.zip (53.6 KB)


at the first time it’s working fine…but when i click another tab sat resolve_maintain_tabbbar and then again click on resolve_tabbar “a2” is not selected ,selected tab which i selected previous say a3



 



 



please help me out

If you not forced reloading directly, top level tabbar will not reload content on tab changing, so once initialized resolve_tabbar will preserve its state. The code inside oninit attribute will be called only once.

so.how can i reinitialize that tabbar

You can force tab reloading by forceLoad method, or just call setTabActive for resolve_tabbar , each time when top level tabbar made it visible.