Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Spry Link Help

    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!

    Ashreal Guest

  2. Similar Questions and Discussions

    1. Combine Spry Tabbed Panel and Spry HTML Panel
      I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to...
    2. How to open link in new tab using Spry?
      Does anyone know how to open menu web links in a new tab (instead of opening a new window - IE7) using the Spry horizontal dropdown menu? I tried...
    3. Showing the email link from a database link
      Hi Does anyone know how to have an email link show when showing the databse info in a repeating table. Here is the link...
    4. preserve the link to a single Excel cell when updating link
      I want to import a single cell from an Excel spreadsheet into InDesign CS. Initially, I am placing a single cell into a text frame and get the...
    5. how do i link an object in Flash to an HTML link?
      hi ppl, i want to make a link on an HTML page to an object (layer) in a flash window - this should be possible for multiple layers using...
  3. #2

    Default Re: Spry Link Help

    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
    [url]http://www.dwug.es[/url]
    ----------------------


    "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!
    >
    Andres Cayon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139