![]() |
The Image widget supports all image formats that are supported by the browser in use.
|
![]() |
The Image widget is available as a standard widget in the platform and as a web component that you can import from an SDK.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
---|---|---|---|---|---|
Position
|
Selects the position of the image inside the container. The options are Top, Bottom, Left, Right, and Center.
|
STRING
|
Top
|
N
|
N
|
PreventCaching
|
Prevents the web browsers from caching the image.
|
BOOLEAN
|
False
|
Y
|
N
|
CustomClass
|
Defines the CSS class of the top div of the widget. When entering multiple classes, separate each class with a space.
|
STRING
|
n/a
|
Y
|
N
|
AlternateText
|
Adds a description of the image for screen readers to use.
The text appears on the screen even when image does not appear.
|
STRING
|
n/a
|
Y
|
Y
|
SourceURL
|
Enters a URL for the image or selects a media entity.
|
MEDIA ENTITY
|
n/a
|
Y
|
N
|
Scaling
|
Selects how the image scales in the container. The options are Width, Height, Fit, Contain, Cover, Actual size, 25% size, 50% size, and 75% size.
|
STRING
|
Width
|
N
|
N
|
OnLoad
|
A bindable event that is triggered when the image loads.
|
n/a
|
n/a
|
Y
|
N
|