|
In ThingWorx 8.2 and later, the Collection Widget is available. The Collection widget contains all the functionality available in the Repeater widget, with additional performance and functionality options. It is recommended that you use the Collection widget if you are using ThingWorx 8.2 or later.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
---|---|---|---|---|---|
CustomClass
|
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
|
STRING
|
n/a
|
Y
|
N
|
Data
|
InfoTable that contains the entities for which to repeat the mashup
|
INFOTABLE
|
n/a
|
Y
|
N
|
View
|
Direction in which the mashups repeat
|
STRING
|
Vertical
|
N
|
N
|
FixedMashupHeight
|
Use if the repeater and repeated mashup are responsive. Setting this to a value other than 0, limits the height.
|
NUMBER
|
200
|
N
|
N
|
AllowSelection
|
Allow selection of repeated mashup
|
BOOLEAN
|
false
|
N
|
N
|
Mashup
|
The mashup used to render each row
|
MASHUPNAME
|
n/a
|
Y
|
N
|
ItemLoadBehavior
|
The options are:
• Load/Unload: loads and unloads items on demand
• Load all: loads all items on data refresh; only use for relatively small data sets
• Load/No unload: loads items on demand, but never unloads until data refresh
|
STRING
|
Load/Unload
|
N
|
N
|
ReuseMashups
|
Reuse loaded mashups for improved performance
|
BOOLEAN
|
true
|
N
|
N
|