Determines the format in which
to submit the data.
SyntaxReference_Syntax.format = "pdfEnvelope | xmlEnvelope"
Values
Type
|
Values
|
String
|
For the encrypt object:
Adds the
contents being submitted to a PDF document as an encrypted attachment.
Encrypts
the contents being submitted using W3C XML encryption and contains
them within an XML envelope.
|
String
|
For the submit object:
xdp (default)
formdata
pdf
The data is packaged
in XDP format.
The data is packaged
in URL-encoded format as described in Uniform Resource Locators
(URL).
The
data is packaged in PDF as described in the Adobe PDF Specifications.
|
JavaScriptButton1.resolveNode("#event.#submit").format = "pdf"
FormCalcButton1.#event.#submit.format = "pdf"
|
|
|