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.FileUploader depends on dojox.embed, and uses Flash movies created |
---|
25 | in the deft project using Flex OSS 3. You do not need any of the deft code; |
---|
26 | compiled movies are included with dojox.form in the resources folder. |
---|
27 | If you want to modify the actual movies, you can look in the deft project |
---|
28 | (under the package deft.av). |
---|
29 | ------------------------------------------------------------------------------- |
---|
30 | Documentation |
---|
31 | |
---|
32 | ------------------------------------------------------------------------------- |
---|
33 | Installation instructions |
---|
34 | |
---|
35 | Install into /dojox/form |
---|
36 | ------------------------------------------------------------------------------- |
---|
37 | Additional Notes (Brief widget list): |
---|
38 | |
---|
39 | * CheckedMultiSelect - an extension to dijit.form.MultiSelect which |
---|
40 | uses check boxes instead of ctrl-click |
---|
41 | |
---|
42 | * DropDownSelect - an extension to dijit.form.DropDownButton which is |
---|
43 | meant to mirror the html <select> drop down |
---|
44 | |
---|
45 | * DropDownStack/RadioStack - a widget that can toggle parts of a form as |
---|
46 | "on" or "off" - to allow for different options based on |
---|
47 | the value selected. |
---|
48 | |
---|
49 | * FileInput - experimental dijit-like input type="file" |
---|
50 | |
---|
51 | * FileInputAuto/Blind - extension to FileInput for |
---|
52 | added flair/automation |
---|
53 | |
---|
54 | * FilePickerTextBox - a validating text box that can browser server-side |
---|
55 | files using a dojox.data.FileStore |
---|
56 | * FileUploader - Allows for Multi-file uploads and file masking. Uses a SWF |
---|
57 | file created with Deft. Compatible with Flash Player |
---|
58 | versions 8-10. Degradeable to a multi-file HTML uploader. |
---|
59 | |
---|
60 | * ListInput - A text-box widget that allows inputting multiple items (similar |
---|
61 | to the "to" field on many email clients) |
---|
62 | |
---|
63 | * MultiComboBox - an experimental ComboBox that allows |
---|
64 | multiple entries bases on a separator character. |
---|
65 | |
---|
66 | * PasswordValidator - a widget which simplifies the common "old/new/verify" |
---|
67 | mechanism of specifying passwords |
---|
68 | |
---|
69 | * Rating - a star-based rating widget |
---|
70 | |
---|
71 | * TimeSpinner - a number spinner that revolves through |
---|
72 | time constrainsts |
---|
73 | |
---|