SetGroupletImageUrl method: Field class
Syntax
SetGroupletImageUrl(image_URL)
Description
Use the SetGroupletImageUrl method to specify a fully formed URL for the static image to be displayed on the grouplet or tile.
Note:
If dynamic content is also configured for the grouplet, this "pre-load" image is displayed while the dynamic content for the tile is being retrieved and loaded.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
image_URL |
Specifies the fully formed URL for the image as a String value. |
Returns
None.
Example
&rec.GROUPLET.SetGroupletImageUrl(&remoteImageURL);
Related Topics