Skip to main content
Participant
August 29, 2007
Question

Spry Link Help

  • August 29, 2007
  • 1 reply
  • 299 views
I've run into a problem trying to figure out how to place a link within my first spry tab, to my second spry tab on the same page. The reasons for doing this are allowing my users to click to go onto the next tab of a product matrix or what have you without having to scroll back up to the top where the tabs reside. If anyone has any ideas on how to do it I would appreciate it.

Thank you!
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
August 30, 2007
Hi Ashreal:

onclick="TabbedPanels1.showPanel(1)"

Where "tabbedPanels1" is the name of your panel group; you should find it in
the script block after the div's, something like:
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");

and (1) is the tab index starting from 0, change it to suit your tab order

HTH,
Andres Cayon
Spain Adobe Dreamweaver User Group
http://www.dwug.es
----------------------


"Ashreal" <webforumsuser@macromedia.com> escribió en el mensaje de noticias
news:fb4vik$6gg$1@forums.macromedia.com...
> I've run into a problem trying to figure out how to place a link within my
> first spry tab, to my second spry tab on the same page. The reasons for
> doing
> this are allowing my users to click to go onto the next tab of a product
> matrix
> or what have you without having to scroll back up to the top where the
> tabs
> reside. If anyone has any ideas on how to do it I would appreciate it.
>
> Thank you!
>