Element html.form.ViewForm

html.form.BaseForm
  |
  +-- html.form.ViewForm
Substitution Groups:
html.IView

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.