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:
http://labs.adobe.com/technologies/spry/ChangeLog.html
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.