image
|
Specifies an image file either by an uploaded image name (e.g., 'image1.gif'), a resource path on the server (e.g., '/library/image1.gif'), a URL (e.g., “https://www.google.com/images/logos/ps_logo2.png”), or a BLOB stored in a data block. See Image Properties for information on uploading images.
Example
Image1.image = '/library/image1.gif';
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |