Namespacedijit.form

Form and input related widgets

Jump to PropertiesConstructorsBack to top

Constructordijit.form.Button(params: Object?, srcNodeRef: DomNode|String)
Basically the same thing as a normal HTML button, but with special styling.
Constructordijit.form.CheckBox(params: Object?, srcNodeRef: DomNode|String)
Same as an HTML checkbox, but with fancy styling.
Constructordijit.form.ComboBox(params: Object?, srcNodeRef: DomNode|String)
Auto-completing text box, and base class for dijit.form.FilteringSelect.
A Normal Button with a DropDown
A validating currency textbox
A validating, serializable, range-bound date text box with a popup calendar
A button with a popup
An enhanced version of the HTML SELECT tag, populated dynamically
Constructordijit.form.Form(params: Object?, srcNodeRef: DomNode|String)
Adds conveniences to regular HTML form
A form widget that allows one to select a value with a horizontally draggable image
A dijit.form.ValidationTextBox subclass which provides a visible formatted display and a serializable value in a hidden input field which is actually sent to the server. The visible display may be locale-dependent and interactive. The value sent to the server is stored in a hidden input field which uses the `name` attribute declared by the original widget. That value sent to the serveris defined by the dijit.form.MappedTextBox.serialize method and is typically locale-neutral.
Wrapper for a native select multiple="true" element to interact with dijit.form.Form
extends NumberTextBox to add up/down arrows for incremental change to the value
A validating, serializable, range-bound text box.
A mixin for all number textboxes
Same as an HTML radio, but with fancy styling.
A dijit.form.MappedTextBox subclass which defines a range of valid values
A simple textarea that degrades, and responds to minimal LayoutContainer usage, and works with dijit.form.Form. Doesn't automatically size according to input, like Textarea.
Constructordijit.form.Textarea(params: Object?, srcNodeRef: DomNode|String)
A resizing textarea widget
Constructordijit.form.TextBox(params: Object?, srcNodeRef: DomNode|String)
A base class for textbox form inputs
A validating, serializable, range-bound time text box with a popup time picker
A button that can be in two states (checked or not). Can be base class for things like tabs or checkbox or radio buttons
A TextBox subclass with the ability to validate content of various types and provide user feedback.
A form widget that allows one to select a value with a vertically draggable image
Inefficient but small data store specialized for inlined ComboBox data
Focus-less div based menu for internal use in ComboBox
A validating, serializable, range-bound date or time text box.
Widget corresponding to HTML form tag, for validation and serialization
Constructordijit.form._Spinner(params: Object?, srcNodeRef: DomNode|String)

Jump to ConstructorsPropertiesBack to top