Image-carousel widget

The image-carousel widget displays a set of images for the user to browse and select using the mouse.

Example

Properties

Property

Description

Data type

event

Name of event that fires when a user clicks the image.

string

id

Unique identifier of this widget.

string

layout

Layout, which is either: horizontal | default.

enum

src

Array of URLs of images.

string

type Rich-media type, which is always Image. string

Widget-specific expression evaluations

Property

Description

Data type

selectedImage

Example: #widget1.img1.selectedImage

string

selectedIndex

Example: #widget1.img1.selectedIndex

integer

Code samples