diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/image/README | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/image/README')
-rw-r--r-- | includes/js/dojox/image/README | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/includes/js/dojox/image/README b/includes/js/dojox/image/README deleted file mode 100644 index 38e9c3d..0000000 --- a/includes/js/dojox/image/README +++ /dev/null @@ -1,66 +0,0 @@ -------------------------------------------------------------------------------- -dojox.image -------------------------------------------------------------------------------- -Version 1.0 -Release date: 10/31/07 -------------------------------------------------------------------------------- -Project state: -prototype | experimental -------------------------------------------------------------------------------- -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 - - Magnifier: dojo core, dijit._Widget, dojox.gfx - -------------------------------------------------------------------------------- -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. (experimental) |