Controls what subset of the
data is submitted. This property is used only when the format property
is xdp.
SyntaxReference_Syntax.xdpContent = "string"
Values
Type
|
Values
|
String
|
datasets pdf xfdf (default)
Submits objects with the tags datasets, pdf, and xfdf to
the host.
tag1 tag2 ... tagN
Submits objects with tags matching any of the specified tags.
* (asterisk)
Submits all data objects to the host.
|
JavaScriptButton1.resolveNode("#event.#submit").xdpContent = "*"
FormCalcButton1.#event.#submit.xdpContent = "*"
|
|
|