XFA Specification
Chapter 15, Template Specification
Template Reference
552
The imageEdit element
A user interface element that encloses a widget intended to aid in the manipulation of image content.
<imageEdit
Properties:
data="link
|
embed"
id="xml-id"
use="cdata"
usehref="cdata"
>
<border>
[0..1]
<extras>
[0..1]
<margin>
[0..1]
</imageEdit>
The imageEdit element is used within the following other elements:
proto ui
The border property
A
box model
element that describes the border surrounding an object.
For more information see "The
border element".
The data property
Indicates whether the image provided to the widget should be represented as a reference or should be
embedded. This attribute affects the widget behavior during form fill-in.
link
The image is represented as a URI reference. If the user provides the widget with a URI, the
href
attribute of the container's
image
object is updated to reflect the new URI; and if the image
object was previously loaded with an embedded image, that image is removed from the object.
embed
The image is embedded in the container's
image
object. If the user provides the widget with a
URI, the image referenced by the URI is embedded as the content of the
image
object.
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.
Home Index Bookmark Pages
Pages: Home Index All Pages