Skip to content

Files

This branch is 146 commits behind dojo/dojox:master.

form

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2013
Sep 17, 2015
Dec 8, 2014
Apr 19, 2015
Dec 7, 2013
Mar 17, 2015
Mar 17, 2015
Mar 17, 2015
Mar 25, 2014
Mar 11, 2013
Jul 6, 2012
Jul 29, 2011
Jun 15, 2012
Jun 24, 2012
Oct 6, 2014
May 21, 2012
May 28, 2012
Jul 10, 2014
May 31, 2013
May 7, 2014
Mar 7, 2013
Jul 6, 2012
May 28, 2012
Mar 8, 2014
Apr 17, 2013
Jun 15, 2012
May 31, 2013
Oct 31, 2012
May 4, 2013
Oct 12, 2012
Feb 27, 2014
May 31, 2013
Jul 6, 2012
Mar 17, 2015
Jul 29, 2011
Jul 29, 2011
Apr 19, 2015
Jun 24, 2012
-------------------------------------------------------------------------------
dojox.form Collection
-------------------------------------------------------------------------------
Version 1.0
Release date: 02/26/2008
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
	Nathan Toone (toonetown)
	Peter Higgins (dante)
	Wolfram Kriesing (wolfram)
	Mike Wilcox (mwilcox)
-------------------------------------------------------------------------------
Project description

	This is a collection of additional widgets that can be used in forms.
-------------------------------------------------------------------------------
Dependencies:

	Depends on dojo core and dijit
	
	dojo/form/Uploader depends on dojox.embed, and uses Flash SWFs created
	in the deft project using Flex OSS 3.
-------------------------------------------------------------------------------
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

	* DropDownSelect - an extension to dijit.form.DropDownButton which is
						meant to mirror the html <select> drop down

	* DropDownStack/RadioStack - a widget that can toggle parts of a form as
						"on" or "off" - to allow for different options based on 
						the value selected.

	* FileInput - experimental dijit-like input type="file"

	* FileInputAuto/Blind - extension to FileInput for 
						added flair/automation
						
	* FilePickerTextBox - a validating text box that can browser server-side
						files using a dojox.data.FileStore
	* FileUploader - deprecated
	
	* Uploader - Allows for Multi-file uploads using HTML5, Flash or an IFrame
					version 1.9 had changes that may break back-compat.
	
	* ListInput - A text-box widget that allows inputting multiple items (similar
						to the "to" field on many email clients)
						
    * MultiComboBox - an experimental ComboBox that allows
						multiple entries bases on a separator character.

	* PasswordValidator - a widget which simplifies the common "old/new/verify" 
						mechanism of specifying passwords

	* Rating - a star-based rating widget
 	
    * TimeSpinner - a number spinner that revolves through
						time constrainsts