Skip to content

4.3 Edit

The edit component is used to create edit forms.

They can have actions to indicate operations between forms. If no action is specified, the following actions are set up by default: save and cancel.

Attribute Default Value Type Description
id null String Unique identifier for the component. If not defined, the default id will be formId#edit. If more than one edit form is defined, a numeric suffix will be added.
<main id="formEdit" name="Edit" repo="provinciaRepo">
    <edit id="editProvincias">
    </edit>
</main>

img.png

4.3.1 Form

See 4.5. Form

4.3.2 Script

See 4.25. Script

4.3.3 Buttonbar

See 4.20. Buttonbar