XFA Specification
Chapter 15, Template Specification
Template Reference
527
<event>
[0..n]
<items>
[0..n]
<setProperty>
[0..n]
</field>
The field element is used within the following other elements:
area exclGroup pageArea proto subform
Note that although all field elements have
minH
,
maxH
,
minW
and
maxH
properties, not all fields are
growable. Fields that are not growable ignore these properties. Field elements with the following content
or user interface types cannot grow:
image
choice list
The access property
Controls user access to the contents.
nonInteractive
Allow the content to be loaded from the data document, but not updated interactively. The effect
is to behave (for this container) as though rendering to paper regardless of whether or not the
context is interactive. Calculations are performed at load time but the content is not subsequently
recalculated even if values upon which it depended change. Neither can the content be modified
by scripts or web service invocations.
open
Allow update without restriction. The interactive user may modify the container's content, and tab
or otherwise navigate into it. The container will produce
events.
protected
The processing application must prevent the user from making any direct changes to the
container's content. Indirect changes (e.g., via calculations) may occur. The container will not
participate in the tabbing sequence, though an application may allow the selection of text for
clipboard copying. A protected container will not generate any events.
readOnly
The processing application must not allow the user to make direct changes to the container's
content. Indirect changes (e.g., via calculations) may occur. The container shall participate in the
tabbing sequence and must allow the user to view its content, possibly scrolling through that
content if required. The user must be able to select the container's content for clipboard copying.
The container shall also generate a subset of events (those not associated with the user making
direct changes to the content).
The accessKey property
An accelerator key used by an interactive application to move the input focus to a particular field element.
The value of this attribute is a single character. When the user synchronously presses the platform-specific
modifier key and the single character, the XFA processing application sets the focus to this field. On
Windows systems, the modifier key is the Alt key; and on Mac systems, it is the Option key.
For example: The form author sets the accessKey of a field to "f". If a Windows user holds down Alt key
while pressing "f", the focus shifts to that field.
Home Index Bookmark Pages
Pages: Home Index All Pages