Attribute |
Mand. |
Description |
Default |
id |
yes |
Identifier of the form. |
|
template |
no |
FORM.template |
|
editable |
no |
Indicates whether the form is editable or not. However, the fields contained in an editable form can be non editable (editable attribute of a field). |
true |
align |
no |
Indicates the alignment of the fields contained in the form (left, right or center). The default value is left. |
LEFT |
controller |
no |
Reference of the controller that manages the form (i.e. handles user demands and refresh content). |
|
border |
no |
Indicates if the form is outlined with a border. |
true |
font |
no |
FORM.font |
|
color |
no |
FORM.color |
|
fontColor |
no |
FORM.fontColor |
|
warningColor |
no |
Color used to display a field on warning. |
|
errorColor |
no |
Color used to display a field on error. |
|