XFA Specification
Chapter 15, Template Specification
Template Reference
622
The signature element
A user interface element that describes a widget intended to allow a user to sign a completed form,
making it a document of record.
<signature
Properties:
id="xml-id"
use="cdata"
usehref="cdata"
>
<border>
[0..1]
<extras>
[0..1]
<margin>
[0..1]
</signature>
The signature element is used within the following other elements:
proto ui
Note that this element is
not
used for an XML digital signature. This is used for "four-corners" signatures
applied by the user via the UI. There is no manifest because the signature applies to the entire document
including template and data.
The border property
A
box model
element that describes the border surrounding an object.
For more information see "The
border element".
The extras property
An enclosure around one or more sets of custom properties. The content of this element may be used by
custom applications.
For more information see "The
extras element".
The id property
A unique identifier that may be used to identify this element as a target.
The margin property
A
box model
element that specifies one or more insets for an object.
For more information see "The
margin element".
The use property
Invokes another object in the same document as a prototype for this object. The content of this property is
either a SOM expression (which cannot start with '#') or a '#' character followed by an XML ID.
Starting with XFA 2.4 the object used as a prototype no longer needs to be the child of
proto
. Any object
of the appropriate class can be used as a prototype.
If both
use
and
usehref
are non-empty
usehref
takes precedence.
Home Index Bookmark Pages
Pages: Home Index All Pages