dojox.form project¶
The dojox.form project provides additional form-related widgets beyond dijit.form functionality.
Available Widgets¶
-
A new Button with progresss 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)
-
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
-
A new multi-file uploader that shows progress as the files are uploading
-
A package to manage complex event-driven dynamic forms
-
A widget that uses dojox.form.manager to handle dynamic forms
-
description?
-
A widget that simplifies the “Old/New/Verify” password construct used on many web pages
-
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
-
description?