Service Studio 5.1 Help
List Records Widget Properties
The next table presents the properties of the List Records widget.
|
Property |
Description |
Optionality |
Default value |
Obs. |
|
Name |
Internal name that identifies the widget. |
Mandatory |
ListRecordsn |
This name represents the widget in the Scope Tree where it aggregates its runtime properties. |
|
Source Record List |
Record list variable used to populate the widget with actual values. |
Mandatory |
|
|
|
Empty Message |
Message used when there are no records to show. This message is displayed in the first row of this widget. |
Optional |
|
|
|
Line Separator |
Indicates how the records are displayed in the widget. The possible values are:
|
Mandatory |
New Line |
|
|
Line Count |
Indicates the maximum number of rows that can be displayed in this widget. |
Mandatory |
100 |
|
|
Start Index |
Indicates the position from where the widget starts displaying. This property is very useful to iterate over the Source Record List, displaying n records at a time. |
Mandatory |
0 |
This property should be set through the Start Index runtime property or by using an input parameter of the screen. |
|
Style |
Drop-down list with the styles that can be applied to the contents of the list records. |
Optional |
|
Learn more about styles sheets.
|
|
Empty Message Style |
Drop-down list with the styles that can be applied to the whole widget. |
Optional |
|
Learn more about styles sheets. |
|
Extended Properties - Additional properties for attributes and/or events that implement specific behaviors of your widget. |
||||
|
Name |
Name of the attribute that the HTML element can accept as specified in the HTML language reference. |
NA |
|
This property is added to the <span> HTML tag that corresponds to this widget. Learn more about Extending Properties and how widgets are translated into HTML tags. |
|
Value |
The value for the attribute. |
NA |
|
This property is added to the <span> HTML tag that corresponds to this widget. Learn more about Extending Properties and how widgets are translated into HTML tags. |
See Also