Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Spry Link Help

New Here ,
Aug 29, 2007 Aug 29, 2007
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!
TOPICS
Extensions
300
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 30, 2007 Aug 30, 2007
LATEST
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!
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines