|
Class Summary |
| AnchorHDIV |
A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo
framework. |
| CheckboxHDIV |
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack |
| CheckboxListHDIV |
Creates a series of checkboxes from a list. |
| ComboBoxHDIV |
The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box
functionality. |
| DateTimePickerHDIV |
Renders a date/time picker in a dropdown container. |
| DoubleSelectHDIV |
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one |
| FileHDIV |
Renders an HTML file input element |
| FormHDIV |
Renders HTML an input form. |
| HiddenHDIV |
|
| InputTransferSelectHDIV |
Create a input transfer select component which is basically an text input
and <select ... |
| OptGroupHDIV |
Create a optgroup component which needs to resides within a select tag |
| OptionTransferSelectHDIV |
Create a option transfer select component which is basically two <select ... |
| PasswordHDIV |
Render an HTML input tag of type password. |
| PropertyCustomHDIV |
Used to get the property of a value, which will default to the top of
the stack if none is specified |
| RadioHDIV |
Render a radio button input field. |
| SelectHDIV |
Render an HTML input tag of type select |
| SubmitHDIV |
Render a submit button. |
| TextAreaHDIV |
Render HTML textarea tag. |
| TextFieldHDIV |
Render an HTML input field of type text
|
| TextHDIV |
Render a I18n text message. |
| TokenHDIV |
Stop double-submission of forms. |
| UpDownSelectHDIV |
Create a Select component with buttons to move the elements in the select component
up and down. |
| URLHDIV |
This tag is used to create a URL. |