1 | ------------------------------------------------------------------------------- |
---|
2 | dojox.form Collection |
---|
3 | ------------------------------------------------------------------------------- |
---|
4 | Version 1.0 |
---|
5 | Release date: 02/26/2008 |
---|
6 | ------------------------------------------------------------------------------- |
---|
7 | Project state: |
---|
8 | experimental |
---|
9 | ------------------------------------------------------------------------------- |
---|
10 | Credits |
---|
11 | Nathan Toone (toonetown) |
---|
12 | Peter Higgins (dante) |
---|
13 | Wolfram Kriesing (wolfram) |
---|
14 | Mike Wilcox (mwilcox) |
---|
15 | ------------------------------------------------------------------------------- |
---|
16 | Project description |
---|
17 | |
---|
18 | This is a collection of additional widgets that can be used in forms. |
---|
19 | ------------------------------------------------------------------------------- |
---|
20 | Dependencies: |
---|
21 | |
---|
22 | Depends on dojo core and dijit |
---|
23 | |
---|
24 | dojo/form/Uploader depends on dojox.embed, and uses Flash SWFs created |
---|
25 | in the deft project using Flex OSS 3. |
---|
26 | ------------------------------------------------------------------------------- |
---|
27 | Documentation |
---|
28 | |
---|
29 | ------------------------------------------------------------------------------- |
---|
30 | Installation instructions |
---|
31 | |
---|
32 | Install into /dojox/form |
---|
33 | ------------------------------------------------------------------------------- |
---|
34 | Additional Notes (Brief widget list): |
---|
35 | |
---|
36 | * CheckedMultiSelect - an extension to dijit.form.MultiSelect which |
---|
37 | uses check boxes instead of ctrl-click |
---|
38 | |
---|
39 | * DropDownSelect - an extension to dijit.form.DropDownButton which is |
---|
40 | meant to mirror the html <select> drop down |
---|
41 | |
---|
42 | * DropDownStack/RadioStack - a widget that can toggle parts of a form as |
---|
43 | "on" or "off" - to allow for different options based on |
---|
44 | the value selected. |
---|
45 | |
---|
46 | * FileInput - experimental dijit-like input type="file" |
---|
47 | |
---|
48 | * FileInputAuto/Blind - extension to FileInput for |
---|
49 | added flair/automation |
---|
50 | |
---|
51 | * FilePickerTextBox - a validating text box that can browser server-side |
---|
52 | files using a dojox.data.FileStore |
---|
53 | * FileUploader - deprecated |
---|
54 | |
---|
55 | * Uploader - Allows for Multi-file uploads using HTML5, Flash or an IFrame |
---|
56 | version 1.9 had changes that may break back-compat. |
---|
57 | |
---|
58 | * ListInput - A text-box widget that allows inputting multiple items (similar |
---|
59 | to the "to" field on many email clients) |
---|
60 | |
---|
61 | * MultiComboBox - an experimental ComboBox that allows |
---|
62 | multiple entries bases on a separator character. |
---|
63 | |
---|
64 | * PasswordValidator - a widget which simplifies the common "old/new/verify" |
---|
65 | mechanism of specifying passwords |
---|
66 | |
---|
67 | * Rating - a star-based rating widget |
---|
68 | |
---|
69 | * TimeSpinner - a number spinner that revolves through |
---|
70 | time constrainsts |
---|
71 | |
---|