XFA Specification
Chapter 15, Template Specification
Template Reference
495
The minH property
Minimum height for layout purposes. This attribute is relevant only if the enclosing container element is
growable
and has an
h
attribute whose value is null. If an
h
attribute is supplied, the container is not
vertically growable and this attribute is ignored.
This attribute has no default. If
h
is omitted, a value must be supplied for this attribute. Setting this
attribute to "-1" is an error.
The minW property
Minimum width for layout purposes. This attribute is relevant only if the enclosing container element is
growable
and has a
w
attribute whose value is null. If a
w
attribute is supplied, the container is not
horizontally growable and this attribute is ignored.
This attribute has no default. If
w
is omitted, a value must be supplied for this attribute. Setting this
attribute to "-1" is an error.
The name property
An identifier that may be used to identify this element in script expressions.
The para property
A
formatting
element that specifies default paragraph and alignment properties to be applied to the
content of an enclosing container.
For more information see "The
para element".
The presence property
Visibility control.
visible
Make it visible.
invisible
Make it transparent. Although invisible it still takes up space.
hidden
Hide it. It is not displayed and does not take up space.
The relevant property
Specifies the views for which the enclosing object is relevant. The views themselves are specified in the
config object.
Views are supplied as a space-separated list of viewnames:
relevant="[+|-]viewname
[[+|-]viewname [...]]"
. A token of the form viewname indicates the enclosing element should be
included in that particular view. A token of the form
[+]viewname
indicates the element should be
included in that particular view. A token of the form
-viewname
indicates the element should be
excluded from that particular view.
If a container is excluded, it is not considered in the data binding process.
See also
Concealing Containers Depending on View
and
Config Specification.
Home Index Bookmark Pages
Pages: Home Index All Pages