Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change YUI3 tab using javascript

Tags:

tabview

yui3

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.

like image 300
Bryan Avatar asked Dec 28 '22 02:12

Bryan


1 Answers

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

like image 181
Matt Sweeney Avatar answered Jan 28 '23 22:01

Matt Sweeney