1 Spry DetailRegion loading from 3 separate Datasets

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

  1. #1

    Default 1 Spry DetailRegion loading from 3 separate Datasets

    I have three <div>s on a page, each containing a different dataset of thumbnail
    images. Then I have one <div> that contains the detailregion that shows a large
    image of which ever thumbnail is being rolled over.

    When I write the code for the detail region only the first dataset works with
    the rollover.
    spry:detailregion="dsGallery1 dsGallery2 dsGallery3"
    Each dataset will work if placed first. After hours of searching online I have
    tried numerous combinations of {} and :: with dataset names and nodes to no
    avail.

    During my hours of online searching I found the Spry framework for Ajax Change
    Log itemizes a change for Spry 1.7 that sounds like the solution I need:
    [url]http://labs.adobe.com/technologies/spry/ChangeLog.html[/url]
    Changes for Spry 1.7 - 2008/??/??
    * Data
    o Modified Spry.Data.getDataSetByName() to use
    Spry.Utils.getObjectByName() so that folks can use namespaced data set names.

    Any chance of getting this modification now?
    Thanks.

    toni7 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. DataSets, DataGrid, XML Oh My
      OK -= I am sure everyone is tired of hearing about everyone else's problems with data binding, but here is another one:) I am using the Component...
    3. Dynamic Spry datasets in ADDT
      From the website for Adobe Dreamweaver Developer Toolbox: Dynamic Spry datasets - Adobe Dreamweaver Developer Toolbox helps customers export...
    4. SAS Datasets
      Does ColdFusion work with SAS datasets, or do they need to be converted?
    5. sorting datasets
      Is it possible to use a wildcard or some kind of "begins with" functionality when sorting datasets? For example, I have a list of part numbers. If I...
  3. #2

    Default Re: 1 Spry DetailRegion loading from 3 separate Datasets

    toni7 wrote:
    > During my hours of online searching I found the Spry framework for Ajax Change
    > Log itemizes a change for Spry 1.7 that sounds like the solution I need:
    > [url]http://labs.adobe.com/technologies/spry/ChangeLog.html[/url]
    > Changes for Spry 1.7 - 2008/??/??
    > Any chance of getting this modification now?
    As far as I'm aware, Spry 1.7 hasn't been made a public release. I'd suggest asking this question in the Spry forum, perhaps someone may be able to give an accurate answer to you:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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