XFA Specification
Chapter 15, Template Specification
Template Reference
640
When this property is absent or empty the default behavior is to inherit the parent object's locale. If the
outermost subform does not specify a locale it uses the ambient locale from the operating system. If the
operating system does not supply a locale it falls back onto
en_US
.
The margin property
A
box model
element that specifies one or more insets for an object.
For more information see "The
margin element".
The maxH property
Maximum 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.
If this attribute is not supplied, there is no limit. 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 maxW property
Maximum 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 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 occur property
An element that describes the constraints over the number of allowable instances for its enclosing
container.
For more information see "The
occur element".
Home Index Bookmark Pages
Pages: Home Index All Pages