dojox.form project¶
The dojox.form project provides additional form-related widgets beyond dijit.form functionality.
Available Widgets¶
-
A new Button with progress indicator built in, for indicating processing after you press the button
-
A multi-select widget (similar to html select with multiple=true) that uses check boxes
-
description?
-
A styleable drop down select box (similar to html select element). Moved to dijit.form.Select. See also dijit.form.Select
-
A widget for enabling/disabling parts of a form based on a selection
dojox.form.FileInput (covers base, Auto, and Blind)
A series of experimental Vanilla input type=”file” widgets for uploading files. See also FileUploader
-
A dijit._FormWidget that adds a dojox.widget.FilePicker to a text box as a dropdown
-
Deprecated old multi-file uploader that shows progress as the files are uploading. Use dojox.form.Uploader instead.
-
The ListInput widget allows you to create a list of elements.
-
A package to manage complex event-driven dynamic forms
-
A widget that uses dojox.form.manager to handle dynamic forms
-
Extension to ComboBox to allow “tag” style input using a datastore using a delimiter.
-
A widget that simplifies the “Old/New/Verify” password construct used on many web pages
dojox.form.RadioStack
A widget for enabling/disabling parts of a form based on a selection
-
A widget that allows a range of values to be selected along a scale
-
A widget that allows users to rate items
-
This widget is the same as dijit.form.NumberSpinner, but for the time component of a date object instead
-
A widget that adds functionality to a standard HTML file input. It hides the actual uploader and substitutes a dijit.form.Button.