4.5 Form
| Attribute | Default Value | Type | Description | |
|---|---|---|---|---|
| id | null | String | Unique identifier of the component. If not defined, the default id will be mainId#editId#formNumber. | |
| properties | null | String | A comma-separated list of entity properties to define the set of fields in the form. | |
<main id="formForm" name="Form" repo="provinciaRepo">
<edit id="editForm">
<form properties="c_provincia_id, d_provincia">
</form>
</edit>
</main>
