Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
-------------------------------------------------------------------------------
2
dojox.image
3
-------------------------------------------------------------------------------
4
Version 1.0
5
Release date: 10/31/07
6
-------------------------------------------------------------------------------
7
Project state:
8
prototype | expermental
9
-------------------------------------------------------------------------------
10
Credits
11
	Peter Higgins (dante)
12
	Shane O'Sullivan (shaneosullivan1@gmail.com)
13
-------------------------------------------------------------------------------
14
Project description
15
 
16
	A class to provide a common API for images, and home for image
17
	related Widgets.
18
 
19
-------------------------------------------------------------------------------
20
Dependencies:
21
 
22
	LightBox: dojo core, dojox.fx and optionally dojox.data. uses
23
	either tundra or soria theme, no standalone icons.
24
 
25
	SlideShow: dojo core, dojo.fx, and dojo.data (optional
26
	dojox.data store implementations apply)
27
 
28
	ThumbNailPicker: dojo core, dojo.fx and dojo.data. Combined
29
	with a SlideShow, creates a sample Gallery app.
30
 
31
	Gallery: core, dojox.image.SlideShow, dojox.image.ThumbNailPicker
32
 
33
-------------------------------------------------------------------------------
34
Documentation
35
 
36
-------------------------------------------------------------------------------
37
Installation instructions
38
 
39
Grab the following from the Dojo SVN Repository:
40
http://svn.dojotoolkit.org/dojo/dojox/trunk/image/*
41
 
42
Install into the following directory structure:
43
/dojox/image/
44
 
45
...which should be at the same level as your Dojo checkout.
46
-------------------------------------------------------------------------------
47
Additional Notes
48
 
49
	LightBox: currently works as individual items, and grouped items,
50
	but usage of dojo.data is broken (atm). the API is subject to
51
 	change, and is marked accordingly.
52
 
53
	Hoping to implement: Carossel, and Reflect using
54
	a common API provided by dojox.image.Pane (?)
55
 
56
	SlideShow: Shows an image, one by one, from a datastore. Acts
57
	as standing ImagePane implementation,
58
 
59
	Gallery: A combination Thumbnail view and SlideShow, using
60
	a datastore, and providing navigation, and common API.