Class Index

Classes


Class Actions.ResetForm


Extends Actions.Action.
Actions.ResetForm

Class Summary
Constructor Attributes Constructor Name and Description
 
An action that resets form fields to their default values.
Field Summary
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:32 GMT-0700 (PDT)