%Image meta-HTML element
Syntax
%Image(IMAGE_NAME)
Description
At runtime %Image and IMAGE_NAME are replaced by the URL suitable for referencing the image on the web server. In addition, the image is loaded into the web server's cache directory.
Note:
This function is valid for use in auxiliary style sheet files and auxiliary JavaScript files.
Parameters
| Parameter | Description |
|---|---|
|
IMAGE_NAME |
Specify the name of an image saved as an image definition in Application Designer. |
Example
<img src='%Image(PSLOGO)'>