root / trunk / web / dojo / dojox / image / README
History | View | Annotate | Download (2.95 KB)
| 1 |
------------------------------------------------------------------------------- |
|---|---|
| 2 |
dojox.image - Image Related Widgets and Components |
| 3 |
------------------------------------------------------------------------------- |
| 4 |
Version 1.0 |
| 5 |
Release date: 10/31/07 |
| 6 |
------------------------------------------------------------------------------- |
| 7 |
Project state: |
| 8 |
|
| 9 |
[Badge] experimental |
| 10 |
[FlickrBadge] experimental |
| 11 |
[Gallery] experimental |
| 12 |
[Lightbox] beta |
| 13 |
[Magnifier] experimental |
| 14 |
[MagnifierLite] experimental |
| 15 |
[SlideShow] experimental |
| 16 |
[ThumbnailPicker] experimental |
| 17 |
|
| 18 |
------------------------------------------------------------------------------- |
| 19 |
Credits |
| 20 |
|
| 21 |
[Badge] Peter Higgins (dante) |
| 22 |
[FlickrBadge] Bryan Forbes (BryanForbes) |
| 23 |
[Gallery] Shane O'Sullivan (sos) |
| 24 |
[Lightbox] Peter Higgins (dante) |
| 25 |
[Magnifier] Peter Higgins (dante) |
| 26 |
[MagnifierLite] Peter Higgins (dante) |
| 27 |
[SlideShow] Shane O'Sullivan (sos) |
| 28 |
[ThumbnailPicker] Shane O'Sullivan (sos) |
| 29 |
|
| 30 |
------------------------------------------------------------------------------- |
| 31 |
Project description |
| 32 |
|
| 33 |
A class to provide a common API for images, and home for image |
| 34 |
related Widgets. |
| 35 |
|
| 36 |
------------------------------------------------------------------------------- |
| 37 |
Dependencies: |
| 38 |
|
| 39 |
LightBox: dojo core, dojox.fx and optionally dojox.data. uses |
| 40 |
either tundra or soria theme, no standalone icons. |
| 41 |
|
| 42 |
SlideShow: dojo core, dojo.fx, and dojo.data (optional |
| 43 |
dojox.data store implementations apply) |
| 44 |
|
| 45 |
ThumbNailPicker: dojo core, dojo.fx and dojo.data. Combined |
| 46 |
with a SlideShow, creates a sample Gallery app. |
| 47 |
|
| 48 |
Gallery: core, dojox.image.SlideShow, dojox.image.ThumbNailPicker |
| 49 |
|
| 50 |
Magnifier: (prototype) dojo core, dijit._Widget, dojox.gfx |
| 51 |
|
| 52 |
Badge: (prototype) dojo core, dijit._Widget + _Templated |
| 53 |
|
| 54 |
------------------------------------------------------------------------------- |
| 55 |
Documentation |
| 56 |
|
| 57 |
------------------------------------------------------------------------------- |
| 58 |
Installation instructions |
| 59 |
|
| 60 |
Grab the following from the Dojo SVN Repository: |
| 61 |
http://svn.dojotoolkit.org/dojo/dojox/trunk/image/* |
| 62 |
|
| 63 |
Install into the following directory structure: |
| 64 |
/dojox/image/ |
| 65 |
|
| 66 |
...which should be at the same level as your Dojo checkout. |
| 67 |
------------------------------------------------------------------------------- |
| 68 |
Additional Notes |
| 69 |
|
| 70 |
LightBox: currently works as individual items, and grouped items, |
| 71 |
but usage of dojo.data is broken (atm). the API is subject to |
| 72 |
change, and is marked accordingly. |
| 73 |
|
| 74 |
Hoping to implement: Carossel, and Reflect using |
| 75 |
a common API provided by dojox.image.Pane (?) |
| 76 |
|
| 77 |
SlideShow: Shows an image, one by one, from a datastore. Acts |
| 78 |
as standing ImagePane implementation, |
| 79 |
|
| 80 |
Gallery: A combination Thumbnail view and SlideShow, using |
| 81 |
a datastore, and providing navigation, and common API. |
| 82 |
|
| 83 |
Magnifier: Unobtrusive way to attach a hovering window window |
| 84 |
when moving the mouse over an image. The window shows a a zoomed |
| 85 |
version of the original source. (prototype) |
| 86 |
|
| 87 |
Badge: (prototype) A Javascript version of a FlickrBadge thingr, |
| 88 |
which loops through and sizes children in a loop. |