4

I want to provide an additional link to change tab using YUI3.
I have a form spread over multiple tabs, so at the bottom of tab-contents I want a 'continue' link which will take use to next tab.

any ideas.

Bryan
  • 645
  • 1
  • 6
  • 18

1 Answers1

10

myTabView.selectChild(index) is the correct way to change tabs programmatically.

Matt Sweeney
  • 101
  • 2