#4540 closed enhancement (fixed)
Split out the dojox.image.Gallery into three widgets
Reported by: | sos | Owned by: | Peter Higgins |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | dojox.image | Cc: | |
Blocked By: | Blocking: |
Description
The dojox.image.Gallery currently wraps the dojox.image.SlideShow? widget. However, it would be better to have three widgets, a ThumbnailPicker?, a SlideShow?, and a Gallery to tie them together. This will give more reusable standalone components, all running off dojo.data stores
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | dojox.image.ThumbnailPicker.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10613]) fixes #4540 - makes thumbnail picker widget standalone, works from datastore, and connects to a slideshow, to make a gallery widget. patch from shane o'sullivan, sorry to take so long.
it might be my local copy of soria image sprite, or strage css changes in this patch, but the slideshow buttons are off. soria patch + images coming soon, so will address then.
thanks again for the patch.
Patch to split out the dojox.image.Thumbnail picker