nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
-------------------------------------------------------------------------------
dojox.image - Image Related Widgets and Components
-------------------------------------------------------------------------------
Version 1.0
Release date: 10/31/07
-------------------------------------------------------------------------------
Project state:
 
[Badge] experimental
[FlickrBadge] experimental
[Gallery] experimental
[Lightbox] beta
[Magnifier] experimental
[MagnifierLite] experimental
[SlideShow] experimental
[ThumbnailPicker] experimental
 
-------------------------------------------------------------------------------
Credits
 
[Badge] Peter Higgins (dante)
[FlickrBadge] Bryan Forbes (BryanForbes)
[Gallery] Shane O'Sullivan (sos)
[Lightbox] Peter Higgins (dante)
[Magnifier] Peter Higgins (dante)
[MagnifierLite] Peter Higgins (dante)
[SlideShow] Shane O'Sullivan (sos)
[ThumbnailPicker] Shane O'Sullivan (sos)
 
-------------------------------------------------------------------------------
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
 
    Magnifier: (prototype) dojo core, dijit._Widget, dojox.gfx
    
    Badge: (prototype) dojo core, dijit._Widget + _Templated 
 
-------------------------------------------------------------------------------
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. 
 
    Magnifier: Unobtrusive way to attach a hovering window window
    when moving the mouse over an image. The window shows a a zoomed
    version of the original source. (prototype)
 
    Badge: (prototype) A Javascript version of a FlickrBadge thingr, 
    which loops through and sizes children in a loop.