abstract Element html.form.BaseForm

Known Implementing Elements:
html.form.ViewEditForm, html.form.ViewForm, html.form.EditForm
Substitution Groups:
html.IView

The base form component. Each form extends this component.


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, ...).