html.form.BaseForm | +-- html.form.ViewForm
This component declares a view only form.
It is only aimed at presenting non-editable (and navigable) data.
Attributes | ||
mandatory
String
|
ID |
The form ID. Must be unique in the page |
optional
String
|
CssClass |
The CSS class to apply. Default: 'osuit-Form'. |
Named Children Elements | ||
1 - unbounded
html.form.IFormItem[] |
Items |
Form items (fields, sections, ...). |
0 - unbounded
binding.Do[] |
OnReload |
Action to trigger when the reload button is clicked. If not set, the reload button is not displayed. |
0 - unbounded
html.menu.IMenuItem[] |
AddButtons |
Additional buttons to display. |