Creates a new ActionSubmitForm.
ObjectManager that controls the lifetime of the ActionSubmitForm.
Optionaluri: stringThe URL of the script at the Web server that will process the submission.
Creates a new ActionSubmitForm.
Optionaluri: stringThe URL of the script at the Web server that will process the submission.
Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.
Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.
Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.
Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.
Gets or sets additional flags used if submitFormat is SubmitFormatType#FDF.
Gets or sets additional flags used if submitFormat is SubmitFormatType#FDF.
Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.
Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.
Gets or sets additional flags used if submitFormat is SubmitFormatType#HtmlForm.
Gets or sets additional flags used if submitFormat is SubmitFormatType#HtmlForm.
Gets the reference to the object.
Gets or sets a value indicating whether the fields without a value should be included in request.
Gets or sets a value indicating whether the fields without a value should be included in request.
Gets the owner ObjectManager instance.
Gets or sets additional flags used if submitFormat is SubmitFormatType#PDF.
Gets or sets additional flags used if submitFormat is SubmitFormatType#PDF.
Gets or sets the format which should be used in request.
Gets or sets the format which should be used in request.
Gets or sets the value defining URL of the script at the Web server that will process the submission.
Gets or sets the value defining URL of the script at the Web server that will process the submission.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents an action that causes a script to be compiled and executed by the JavaScript interpreter.