a!webImage( source, altText, caption, link, showWhen )
Displays an image from the web for use in an image field, rich text field, tree browser field, billboard layout or grid column in a Read-Only Grid.
See also: Image design guidance
Name | Keyword | Types | Description |
---|---|---|---|
Source |
|
SafeURI |
Location of the image. See SafeURI. |
Alternate Text |
|
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 |
|
Text |
Optional text to display in the mouseover text for the image and when the images is viewed in slideshow mode. |
Link |
|
Link |
Link that determines the behavior of an image when clicked. Create links with: |
Visibility |
|
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 Web Image.