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 print element specifies whether the user interface elements of the form and keyboard shortcuts for printing the form are disabled. Restricting printing through this element MUST NOT disable printing the form through use of form code.
Parent Elements |
---|
Attributes:
ui: Specifies whether the print feature is restricted via the menus, toolbars, or keyboard shortcuts of the form (1).
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="print"> <xsd:complexType> <xsd:attribute name="ui" type="xsf:xdEnabledDisabled" use="required"/> </xsd:complexType> </xsd:element>