Class Actions.SubmitForm
Extends
Actions.Action.
Actions.SubmitForm
Constructor Attributes | Constructor Name and Description |
---|---|
Actions.SubmitForm(options)
Submit the form, via various possible protocols, and including/excluding different fields.
|
Field Attributes | Field Name and Description |
---|---|
Whether to include or exclude the fields named in fields
|
|
A list of the names of the fields to operate on
|
|
A flags object exposing all flags on the action
|
|
The format in which to submit the fields (one of fdf, html, xfdf)
|
|
Whether to include empty fields
|
|
The HTTP method to submit with (either POST or GET)
|
|
The URL to submit the form to
|
- Fields borrowed from class Actions.Action:
- name
- Methods borrowed from class Actions.Action:
- onTriggered
Class Detail
Actions.SubmitForm(options)
Submit the form, via various possible protocols, and including/excluding different fields.
- Parameters:
- {?object} options
- A map of properties to set on the Action
Field Detail
{boolean}
exclude
Whether to include or exclude the fields named in fields
{string[]}
fields
A list of the names of the fields to operate on
{Annotations.WidgetFlags}
flags
A flags object exposing all flags on the action
{string}
format
The format in which to submit the fields (one of fdf, html, xfdf)
{boolean}
includeEmpty
Whether to include empty fields
{string}
method
The HTTP method to submit with (either POST or GET)
{string}
url
The URL to submit the form to