Blame | Last modification | View Log | RSS feed
-------------------------------------------------------------------------------dojox.image-------------------------------------------------------------------------------Version 1.0Release date: 10/31/07-------------------------------------------------------------------------------Project state:prototype | expermental-------------------------------------------------------------------------------CreditsPeter Higgins (dante)Shane O'Sullivan (shaneosullivan1@gmail.com)-------------------------------------------------------------------------------Project descriptionA class to provide a common API for images, and home for imagerelated Widgets.-------------------------------------------------------------------------------Dependencies:LightBox: dojo core, dojox.fx and optionally dojox.data. useseither tundra or soria theme, no standalone icons.SlideShow: dojo core, dojo.fx, and dojo.data (optionaldojox.data store implementations apply)ThumbNailPicker: dojo core, dojo.fx and dojo.data. Combinedwith a SlideShow, creates a sample Gallery app.Gallery: core, dojox.image.SlideShow, dojox.image.ThumbNailPicker-------------------------------------------------------------------------------Documentation-------------------------------------------------------------------------------Installation instructionsGrab 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 NotesLightBox: currently works as individual items, and grouped items,but usage of dojo.data is broken (atm). the API is subject tochange, and is marked accordingly.Hoping to implement: Carossel, and Reflect usinga common API provided by dojox.image.Pane (?)SlideShow: Shows an image, one by one, from a datastore. Actsas standing ImagePane implementation,Gallery: A combination Thumbnail view and SlideShow, usinga datastore, and providing navigation, and common API.