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.
|
feedback
|
|
Looking at the tabview source, it's not yet feature complete (It is still marked as beta), the ideal way would be to extend the tabview to create your own widget that has this feature. However, you might be able to do something like the following:
I haven't tested the code, but in principle it looks ok to me. | |||
|
feedback
|
|
myTabView.selectChild(index) is the correct way to change tabs programmatically. | |||||
feedback
|