Dojo Form controls
The Dojo Form controls mimic components from the Dojo toolkit.
Tag name | Common name | Description | Reference topic |
---|---|---|---|
djButton |
Dojo Button | Activates an event handler. | djButton - Dojo Button |
djCheckBox |
Dojo Check Box | Accepts a check box as true or false. | djCheckBox - Dojo Check Box |
djComboBox |
Dojo Combo Box | Accepts a selected value. | djComboBox - Dojo Combo Box |
djCurrencyTextBox |
Dojo Currency Text Box | Accepts currency input. | djCurrencyTextBox - Dojo Currency Text Box |
djDateTextBox |
Dojo Date Text Box | Accepts a date value. | djDateTextBox - Dojo Date Text Box |
djextImageSelect |
Dojo Image Select | Accepts a value based on a selected image. | djextImageSelect - Dojo Image Select |
djextLinkSelect |
Dojo Link Select | Accepts a value based on a selected link. | djextLinkSelect - Dojo Link Select |
djextListTextBox |
Dojo List Text Box | Accepts a list of values. | djextListTextBox - Dojo List Text Box |
djextNameTextBox |
Dojo Name Text Box | Accepts a list of names. | djextNameTextBox - Dojo Name Text Box |
djFilteringSelect |
Dojo Filtering Select | Accepts a selected and filtered value. | djFilteringSelect - Dojo Filtering Select |
djHorizontalSlider |
Dojo Horizontal Slider | Accepts a numeric value from a horizontal slider. | djHorizontalSlider - Dojo Horizontal Slider |
djNumberSpinner |
Dojo Number Spinner | Accepts a numeric value that is an increment of a starting value. | djNumberSpinner - Dojo Number Spinner |
djNumberTextBox |
Dojo Number Text Box | Accepts a numeric value. | djNumberTextBox - Dojo Number Text Box |
djRadioButton |
Dojo Radio Button | Accepts the value of a selected radio button. | djRadioButton - Dojo Radio Button |
djSimpleTextarea |
Dojo Simple Text Area | Accepts text input on multiple lines. | djSimpleTextarea - Dojo Simple Text Area |
djSliderRule |
Dojo Slider Rule | Adds a rule (hash marks) for a horizontal or vertical slider. | djSliderRule - Dojo Slider Rule |
djSliderRuleLabels |
Dojo Slider Rule Labels | Adds labels to the rule for a horizontal or vertical slider. | djSliderRuleLabels - Dojo Slider Rule Labels |
djTextarea |
Dojo Text Area | Accepts text input on multiple lines. | djTextarea - Dojo Text Area |
djTextBox |
Dojo Text Box | Accepts text input on one line. | djTextBox - Dojo Text Box |
djTimeTextBox |
Dojo Time Text Box | Accepts a time value. | djTimeTextBox - Dojo Time Text Box |
djToggleButton |
Dojo Toggle Button | Toggles between a checked value and an unchecked value. | djToggleButton - Dojo Toggle Button |
djValidationTextBox |
Dojo Validation Text Box | Accepts a validated value. | djValidationTextBox - Dojo Validation Text Box |
djVerticalSlider |
Dojo Vertical Slider | Accepts a numeric value from a vertical slider. | djVerticalSlider - Dojo Vertical Slider |