PerfectEquation db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
..
resources db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
tests db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
Gallery.js db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
Lightbox.js db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
README db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
SlideShow.js db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година
ThumbnailPicker.js db155e2997 Signed-off-by: PerfectEquation <867724561@qq.com> пре 6 година

README

-------------------------------------------------------------------------------
dojox.image
-------------------------------------------------------------------------------
Version 1.0
Release date: 10/31/07
-------------------------------------------------------------------------------
Project state:
prototype | expermental
-------------------------------------------------------------------------------
Credits
Peter Higgins (dante)
Shane O'Sullivan (shaneosullivan1@gmail.com)
-------------------------------------------------------------------------------
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.

SlideShow: dojo core, dojo.fx, and dojo.data (optional
dojox.data store implementations apply)

ThumbNailPicker: dojo core, dojo.fx and dojo.data. Combined
with a SlideShow, creates a sample Gallery app.

Gallery: core, dojox.image.SlideShow, dojox.image.ThumbNailPicker

-------------------------------------------------------------------------------
Documentation

-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:
http://svn.dojotoolkit.org/dojo/dojox/trunk/image/*

Install into the following directory structure:
/dojox/image/

...which should be at the same level as your Dojo checkout.
-------------------------------------------------------------------------------
Additional Notes

LightBox: currently works as individual items, and grouped items,
but usage of dojo.data is broken (atm). the API is subject to
change, and is marked accordingly.

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

SlideShow: Shows an image, one by one, from a datastore. Acts
as standing ImagePane implementation,

Gallery: A combination Thumbnail view and SlideShow, using
a datastore, and providing navigation, and common API.