Comparison of GraphicRepeaterApp properties and scripting attributes
- Last UpdatedJul 16, 2024
- 1 minute read
GraphicRepeaterApp properties can be incorporated into layout scripts as attributes. In most cases, app properties and script attributes have similar names with the exception of no blank spaces in attribute names. However, the GraphicRepeaterApp does have some properties that are very different than their corresponding attributes names.
The following table shows the differences between GraphicRepeaterApp properties and layout script attributes.
|
GraphicRepeaterApp Properties |
GraphicRepeaterApp Scripting Attributes |
|---|---|
|
Graphic Name |
GraphicName |
|
Background Graphic |
BackgroundGraphicName |
|
Custom Properties |
CustomProperties |
|
Data |
Data |
|
Filter Top N |
FilterTopN |
|
Sort By |
SortBy |
|
Sort Order |
SortOrder |
|
Live Sorting |
DynamicSort |
|
View Mode |
ViewMode |
|
Fill Style |
FillStyle |
|
List Margin |
ListMargin |
|
Graphics Padding |
GraphicsPadding |
|
Display Columns |
DisplayColumns |
|
Display Rows |
DisplayRows |
|
Background |
Background |