Dynamically Change Tabs?

I need to enable the user to switch between the three normal tabs and three custom tabs.

What’s the best way to do that?

I’ve tried just reloading the scheduler template with the correct tabs defined, and re-running the init code - that almost works. There is an error (nyll is undefined) and when I switch from the normal tabs to the custom tabs, the normal tabs labels are still visible behind the custom tabs. Otherwise, this approach appears to work.

Just assign "id"s for the div elements, which related to the visible tabs, and change their styles to show|hide them.

Without div-tab element visible , it will not be possible to switch scheduler for related view.

Will not work, scheduler expects that init will be called only once.
Second call will cause many inner issues.