value Attribute (subject Element)
Contains the value of the subject element, either as an expression or as a literal string.
Type
Parent Elements
subject |
Contains the subject line of the e-mail message when the form is submitted using the emailAdapter element. |
Definition
<xsd:attribute name="value" type="xsd:string" use="required"></xsd:attribute>
|
Example
The following is an example of the value attribute as it is used in the subject element:
<xsf:subject value="My report" valueType="literal"/>
|