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.

Type

String

name of image (e.g., '/myImage.jpg')

Example

Image1.image = '/library/image1.gif';

Either syntax below can be used in component script:

image           // unqualified
Image1.image    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.