2150 |
mathias |
1 |
-------------------------------------------------------------------------------
|
|
|
2 |
dojox.widget Collection
|
|
|
3 |
-------------------------------------------------------------------------------
|
|
|
4 |
Version 1.0
|
|
|
5 |
Release date: 10/31/2007
|
|
|
6 |
-------------------------------------------------------------------------------
|
|
|
7 |
Project state:
|
|
|
8 |
expermental | beta
|
|
|
9 |
-------------------------------------------------------------------------------
|
|
|
10 |
Credits
|
|
|
11 |
Peter Higgins (dante)
|
|
|
12 |
Karl Tiedt (ktiedt@gmail.com)
|
|
|
13 |
-------------------------------------------------------------------------------
|
|
|
14 |
Project description
|
|
|
15 |
|
|
|
16 |
This is a collection of standalone widgets for use in
|
|
|
17 |
your website. Each individual widget is independant
|
|
|
18 |
of the others.
|
|
|
19 |
-------------------------------------------------------------------------------
|
|
|
20 |
Dependencies:
|
|
|
21 |
|
|
|
22 |
Each widget has it's own requirements and dependencies.
|
|
|
23 |
Most inherit from dijit base-classes such as dijit._Widget,
|
|
|
24 |
dijit._Templated, etc ... So we will assume the availablility
|
|
|
25 |
of dojo (core), and dijit packages.
|
|
|
26 |
-------------------------------------------------------------------------------
|
|
|
27 |
Documentation
|
|
|
28 |
|
|
|
29 |
Please refer to the API-tool, or in-line documentation.
|
|
|
30 |
-------------------------------------------------------------------------------
|
|
|
31 |
Installation instructions
|
|
|
32 |
|
|
|
33 |
These are standalone Widgets, so putting the [widget].js file
|
|
|
34 |
in your dojox/widget folder, and copying any files in the
|
|
|
35 |
/dojox/widget/[widget]/ folder as supplements/templates/etc
|
|
|
36 |
should be all you need to do.
|
|
|
37 |
|
|
|
38 |
eg: FisheyeList:
|
|
|
39 |
/dojox/widget/FisheyeList.js
|
|
|
40 |
/dojox/widget/FisheyeList/blank.gif
|
|
|
41 |
/dojox/widget/FisheyeList/FisheyeList.css
|
|
|
42 |
|
|
|
43 |
should be all you need to use the Fisheye widget.
|
|
|
44 |
|
|
|
45 |
you can safely import the whole widget project into your
|
|
|
46 |
dojox/ root directory from the following SVN url:
|
|
|
47 |
|
|
|
48 |
http://svn.dojotoolkit.org/dojo/dojox/widget
|
|
|
49 |
|
|
|
50 |
-------------------------------------------------------------------------------
|
|
|
51 |
Other Notes (Brief widget list):
|
|
|
52 |
|
|
|
53 |
* ColorPicker - Photoshop-like color picker
|
|
|
54 |
* FileInput - experimental dijit-like input type="file"
|
|
|
55 |
* FileInputAuto/Blind - extension to FileInput for
|
|
|
56 |
added flair/automation
|
|
|
57 |
* FisheyeList - the classic FishEye Picker
|
|
|
58 |
* Iterator - Basic array and datastore iterator class
|
|
|
59 |
* SortList - a degradable UL with a fixed header, scrolling,
|
|
|
60 |
and sorting. Can be the direct descendat of a
|
|
|
61 |
LayoutContainer and will size to fit.
|
|
|
62 |
* TimeSpinner - a number spinner that revolves through
|
|
|
63 |
time constrainsts
|
|
|
64 |
* Toaster - a messaging system to display non-obstrusive
|
|
|
65 |
alerts on screen.
|