Document Image

Document Image

Function: a!documentImage()

Displays an image from document management for use in an image field, rich text field, tree browser field, billboard layout or grid column in a Read-Only Grid.

Parameters

Name Keyword Types Description

Document

document

Document

The image to display.

Alternate Text

altText

Text

Alternate text of the image used for the image s alt attribute and read by screen readers; see accessibility considerations for more information.

Caption

caption

Text

Optional text to display in the mouseover text for the image and when the images is viewed in slideshow mode.

Link

link

Link

Link that determines the behavior of an image when clicked. Create links with a!authorizationLink(), a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!reportLink(), a!startProcessLink(), a!submitLink(), a!userRecordLink(), and a!safeLink().

Visibility

showWhen

Boolean

Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true.

The following patterns include usage of the Document Image.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK