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

  1. #1

    Default Spry Tabbed Panels

    Can contribute edit spry tabbed panel content?
    camora Guest

  2. Similar Questions and Discussions

    1. IE problem with tabbed panels in div with overflow
      Hi there, I have a tabbed panel which works fine by itself in a body tag. If I put it into a div with overflow set and I move the contents up the...
    2. Spry Tabbed Panels overwritting popup menu in IE6 andIE7 but display fine in Firefox
      I am new to Spry and Dreamweaver CS3 and would appreciate any help anyone can give. I am having an issue with Spry Tabbed Panels appearing above a...
    3. How to use Spry Tabbed Panels?
      Hello, I made spry tabbed panels but I'd like them to work on a rollover or mouseover instead of a click. Here's what I tried but it didn't...
    4. Tabbed Panels beneath the Content
      If you want the tabs below the content instead of on top or on the left for whatever reason here is how I've done it. First of all, switch the...
    5. How do i hyperlink between spry tabbed panels
      OK, i'm using the spry tabbed panels in Dreamweaver CS3. I have 9 tabs and the idea is that the user can link to content in 8 of the tabs from the...
  3. #2

    Default Re: Spry Tabbed Panels

    who knows?
    elsurfo Guest

  4. #3

    Default Re: Spry Tabbed Panels

    Actually it does edit it.
    The problem is if your client wants to ad another row or else.
    elsurfo Guest

  5. #4

    Default Spry Tabbed Panels

    Hi everybody!
    I am using the Spry Tabbed Panels from wihin a page I have created. The tabs
    work great and the page looks good, however I was wondering if there was a way
    where I can open a particlular tabed panel from clicking on a link within the
    same page. Example: There is a ceratin product that is displayed and to the
    right of the image there are bullets. Below the image is the Spry tabbed panel
    and each tab has the same name as the bullets near the image. If the viewer
    clicks on one of the bullets, I would like the corresponding tab in the tabbed
    panel to open (go to the content of the tabbed pannel). Can anyone help? Iwould
    be greatly appreciated.

    Thank you and have a great week-end.

    FrancoDC Guest

  6. #5

    Default Re: Spry Tabbed Panels

    FrancoDC wrote:
    > Hi everybody!
    > I am using the Spry Tabbed Panels from wihin a page I have created. The tabs
    > work great and the page looks good, however I was wondering if there was a way
    > where I can open a particlular tabed panel from clicking on a link within the
    > same page. Example: There is a ceratin product that is displayed and to the
    > right of the image there are bullets. Below the image is the Spry tabbed panel
    > and each tab has the same name as the bullets near the image. If the viewer
    > clicks on one of the bullets, I would like the corresponding tab in the tabbed
    > panel to open (go to the content of the tabbed pannel). Can anyone help? Iwould
    > be greatly appreciated.
    >
    > Thank you and have a great week-end.

    Sure, you can do this. Take a look at the code for this page:
    [url]http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_unobtrusive.htm[/url]

    In particular this file:
    [url]http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tp_unobtrusive.js[/url]

    If it helps, generally the next question folks ask is if they can do this from a link on another page and yes, you can, take a look at the code at the bottom of this page:
    [url]http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html[/url]



    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  7. #6

    Default Re: Spry Tabbed Panels

    Cool, thak you

    I have followed the expample you gace me and tried to implement it but I have
    no luck. I am fairly new to this technique and I jsut wanted to make sure that
    I got all the right steps.

    I have linked both SpryTabbedPanels.js and tp_unobtrusive.js to my code. I
    have defined my panels...

    <div id="TabbedPanels1" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="one">Features</li>
    <li class="TabbedPanelsTab" tabindex="two">Functionalities</li>
    <li class="TabbedPanelsTab" tabindex="three">Application</li>
    <li class="TabbedPanelsTab" tabindex="four">Solutions</li>
    <li class="TabbedPanelsTab" tabindex="five">Supported Devices</li>
    [/BULLET]

    And entered the content....
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent"> Content etc...
    </div>
    <div class="TabbedPanelsContent">content etc...
    </div>
    FrancoDC Guest

  8. #7

    Default Re: Spry Tabbed Panels

    Nevermind, I overlooked the obvious, it works fine now.

    Thanks
    FrancoDC 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