Events mean everything that happens when you click a button or in a field or when loading or saving a view.
The different events are supported:
The table below defines each tag possible actions:
Actions/Tags | onNew | onLoad | onSave | onChange | onSelect | onClick |
---|---|---|---|---|---|---|
<grid> | ||||||
<form> | ✓ | ✓ | ✓ | |||
<field> | ✓ | ✓ | ||||
<button> | ✓ |
You can perform more than one action on an event. The rule is that the result of each action is applied in the same sequence. If one of the actions is a validation action, and this results in an error or warning, the subsequent processing of the shares will be interrupted.