Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The submitAction element specifies the data adapter that MUST submit the form file when called by a form action.
Parent Elements |
---|
Attributes:
adapter: This attribute specifies the name of the corresponding data adapter that is used to submit the form file. The specified name MUST match the name of an existing data adapter that allows submission of the form file.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="submitAction"> <xsd:complexType> <xsd:attribute name="adapter" type="xsf:xdTitle" use="required"/> </xsd:complexType> </xsd:element>