input
Controls
| Edit | control for text entry. |
| Enum | Control for text entry with a choice from an enumeration. |
| Value | Formated value display. |
| CheckBox | Button to be checked. |
| RadioButton | A radio button lets you choose from several options. The <input> tags are used to enumerate possible options. |
| Date | A date type control lets you enter a date. |
| Time | A time type control lets you enter a time of day. |
| DateTime | A datetime type control lets you enter a date and a time. |
| FileEdit | This control enables you to enter a file name. |
| Number | This control enables you to enter a number. |
| SysEnum | This control lets you choose a value from a system enumeration. |
| Button | Button. |
| UrlButton | Hyperlink that behaves like a button. |
| SubFormButton | Button that opens a sub-form. |
| SubFormLink | Link that opens a sub-form. |
| Label | Label associated to an XPath. |
| CodeEdit | Control for editing the source code. |
| LinkEdit | Control for editing links. |
| LinkList | Control for editing collections. |
| LinkListChoice | Choice of one or more entities. |
| PathEdit | Control to select a field. |