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
Post a Comment