blob: 3fc4f7ca573031f3aba54d0af419e0652c01af9b (
plain)
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
|
-------------------------------------------------------------------------------
dojox.form Collection
-------------------------------------------------------------------------------
Version 1.0
Release date: 02/26/2008
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
Nathan Toone (nathan)
-------------------------------------------------------------------------------
Project description
This is a collection of additional widgets that can be used in forms.
-------------------------------------------------------------------------------
Dependencies:
Depends on dojo core and dijit
-------------------------------------------------------------------------------
Documentation
-------------------------------------------------------------------------------
Installation instructions
Install into /dojox/form
-------------------------------------------------------------------------------
Additional Notes (Brief widget list):
* CheckedMultiSelect - an extension to dijit.form.MultiSelect which
uses check boxes instead of ctrl-click
* PasswordValidator - a widget which simplifies the common "old/new/verify"
mechanism of specifying passwords
* DropDownSelect - an extension to dijit.form.DropDownButton which is
meant to mirror the html <select> drop down
|