-
Notifications
You must be signed in to change notification settings - Fork 221
Form Runner ~ XBL Components ~ Image
Erik Bruchez edited this page Sep 2, 2015
·
7 revisions
Home ▸ Form Runner ▸ XBL Components
[SINCE Orbeon Forms 4.11]
The fr:image
component shows an image. Unlike [[fr:image-attachment
|Form Runner ~ XBL Components ~ Image Attachment]], fr:image
doesn't have an associated upload control and cannot be changed by the end-user of a form.
NOTE: Prior to Orbeon Forms 4.11, a plain xf:output
was produced by Form Builder to achieve similar, but less explicit, behavior.
<fr:image bind="my-image-bind">
<xf:label ref="$form-resources/my-image/label"/>
</fr:image>
The URL of the image is stored in instance data via a single-node binding, here using bind
.