|
|
The Media Gallery is available as a widget and as a Web Component that you can customize and import from the ThingWorx Web Component SDK
|


|
Field Name
|
Base Type
|
Description
|
|---|---|---|
|
description
|
STRING
|
Optional. The description for the media item.
|
|
title
|
STRING
|
Optional. The title for the media item.
|
|
url
|
STRING
|
Required. The URL to the media item.
|

|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable?
|
Localizable?
|
|---|---|---|---|---|---|
|
Label
|
Specifies the text for the widget label.
|
STRING
|
N/A
|
Y
|
Y
|
|
LabelType
|
Sets the type of label to display for the widget.
|
STRING
|
Header
|
N
|
N
|
|
LabelAlignment
|
Aligns the label text to the left, right, or the center of the widget. Options: Left/Center/Right
|
STRING
|
Left
|
N
|
N
|
|
ShowThumbnails
|
Shows thumbnails for media items when in the carousel view.
|
BOOLEAN
|
False
|
Y
|
N
|
|
ShowThumbnailsInFullScreen
|
Shows thumbnails for media items in full screen mode.
|
BOOLEAN
|
False
|
Y
|
N
|
|
LoopGallery
|
Loops through media items for continuous playback. When this property is enabled, clicking the next button on the last item returns to the first item.
|
BOOLEAN
|
False
|
Y
|
N
|
|
Data
|
The infotable data source for the widget.
|
INFOTABLE
|
N/A
|
Y
|
N
|
|
ShowLabelInFullScreen
|
Shows the media label in full screen mode.
|
BOOLEAN
|
False
|
Y
|
N
|
|
HideMediaDescription
|
Hides the media titles.
|
BOOLEAN
|
False
|
Y
|
N
|
|
HideMediaTitle
|
Hides the media descriptions.
|
BOOLEAN
|
False
|
Y
|
N
|
|
MediaDescriptionLableType
|
Sets the type of label to display for item description.
|
STRING
|
Body
|
N
|
N
|
|
MediaTitleLableType
|
Sets the type of label to display for item title.
|
STRING
|
Large Title
|