Controls
Controls represent the basic building blocks for creating forms.
A control is usually displaying the value of one property from the data in a UI element such as an input field. How the control is rendered depends on the type of property as defined in the Form Schema. E.g. a property of type boolean is rendered as a Checkbox by default.
See Also
- Button
- DatePicker
- Camera
- Dropdown
- Grid
- Headings
- Html
- Image
- Input
- Label
- Layout
- Listbox
- RichTextEditor
- SplitButton
- TabControl
- TextArea
- ToggleButton
- TreeView
- Control (base)
- Editable Control (base)
- Text Control (base)