Login Register

DojoX Image

Version
Version 0.9
Release Date
Release date: 08/29/07
Project state:

prototype | expermental

Credits

Peter Higgins

Shane O'Sullivan

Project description

A class to provide a common API for images, and home for image related Widgets.

Dependencies:

LightBox: dojo core, dojox.fx and optionally dojox.data. uses either tundra or soria theme, no standalone icons.

ThumbnailPicker: dojo core, dojox.fx and optionally dojox.data. Uses standalone icons.

SlideShow: dojo core, dojox.fx and optionally dojox.data. Uses standalone icons.

Gallery: dojo core, dojox.fx and optionally dojox.data. Uses SlideShow and ThumbnailPicker. Uses standalone icons.

Documentation

Installation instructions

there is no rollup for dojox.image, so you simply need the dojox/image folder and all of it's children to live in your dojox root.

Additional Notes

LightBox: currently works as individual items, and grouped items, but usage of dojox.data.FlickrStore is broken because all images are grouped in one master group, the API is subject to change, and is marked accordingly.

ThumbnailPicker: displays images in either a horizontal or vertical strip of small thumbnail sized icons. Image data is read from a dojo.data.api.Read data store.

SlideShow: displays a single image at a time, and provides controls to move between them, as well as running a slideshow where images change at a defined interval. Image data is read from a dojo.data.api.Read data store.

Gallery: wraps the ThumbnailPicker and SlideShow widgets, linking them together, so that a click on a thumbnail image results in the SlideShow changing its image. Image data is read from a dojo.data.api.Read data store.

Hoping to implement: Carossel, using a common API provided by dojox.image.Pane (?)