XFA Specification
Chapter 15, Template Specification
Template Reference
661
The traverse element
An element that declares a single link from its container to another object in a unidirectional chain of links.
<traverse
Properties:
delegate="0
|
1"
id="xml-id"
operation="next
|
up
|
down
|
left
|
right
|
back
|
first"
ref="cdata"
use="cdata"
usehref="cdata"
>
<extras>
[0..1]
<script>
[0..1]
</traverse>
The traverse element is used within the following other elements:
proto traversal
The chain of links is not constrained to contain only one-to-one links. There may be many-to-one links,
that is, traverse elements in multiple containers may point to the same destination. For this reason
traversal chains may not be reversible, unless specifically designed to be so.
When any traversal is not specified, it defaults to geographical order, where the forward direction is
defined as left-to-right top-to-bottom. This definition of forward direction is used regardless of the
language component of the locale.
The delegate property
Reserved for future use.
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 operation property
This property specifies the key-strokes or other situations that cause focus to switch to the container
indicated by this element's
script
element or
ref
attribute.
next
Destination in any of the following circumstances:
User presses the Tab key.
User enters the final character in a fixed-width field.
Home Index Bookmark Pages
Pages: Home Index All Pages