Class Actions.ResetForm
Extends
Actions.Action.
Actions.ResetForm
Constructor Attributes | Constructor Name and Description |
---|---|
Actions.ResetForm(options)
An action that resets form fields to their default values.
|
Field Attributes | Field Name and Description |
---|---|
Whether the action should reset only the fields specified in fields, or all the fields except those.
|
|
The names of the fields on which the action should operate
|
- Fields borrowed from class Actions.Action:
- name
- Methods borrowed from class Actions.Action:
- onTriggered
Class Detail
Actions.ResetForm(options)
An action that resets form fields to their default values.
- Parameters:
- {?object} options
- A map of properties to set on the Action
Field Detail
{boolean}
exclude
Whether the action should reset only the fields specified in fields, or all the fields except those.
{string[]}
fields
The names of the fields on which the action should operate