Controls what subset of the
data is submitted. This property is used only when the
format
property
is
xdp
.
Syntax
Reference_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.
|
JavaScript
Button1.resolveNode("#event.#submit").xdpContent = "*"
FormCalc
Button1.#event.#submit.xdpContent = "*"
|
|
|