SemanticScuttle/includes/js/dojox/form
2008-11-13 09:49:11 +00:00
..
nls New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
resources New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
tests New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
CheckedMultiSelect.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
DropDownSelect.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
PasswordValidator.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
README New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00

-------------------------------------------------------------------------------
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