Image widget
The image widget displays an image. It can include a description.
Example
Properties
Property |
Description |
Data type |
---|---|---|
|
Name of event that fires when a user clicks the image. |
string |
|
Unique identifier of this widget. |
string |
|
Layout, which is either: |
enum |
|
Image width and height, in pixels. |
integer |
|
URL of the image. |
string (URL) |
type
|
Rich-media type, which is always Image . |
string |
Widget-specific expression evaluations
Property |
Description |
Example |
Data type |
---|---|---|---|
|
URL of selected image. |
#widget1.img1.selectedImage
|
string |
|
Index of selected image. |
#widget1.img1.selectedIndex
|
integer |