Class Index

Classes


Class Actions.SubmitForm


Extends Actions.Action.
Actions.SubmitForm

Class Summary
Constructor Attributes Constructor Name and Description
 
Submit the form, via various possible protocols, and including/excluding different fields.
Field Summary
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)
 
url
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

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