javascript - How can I select a tab from the YUI TabView without clicking it based on URL arguments -


i'm using yui tabview tab system.

i want able select tab tabview without having click it. want automatically open based on arguments i'll pass via url.

i need know yui event call make happen.

thanks!

you should able set tab using 'set' method:

mytabs.set("activetab", tabinstance); 

where mytabs tabset, , tabinstance tab going make active.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -