Service Studio 6.0 Help
Show Record Widget Properties
The next table presents the properties of the Show Record widget.
|
Property |
Description |
Optionality |
Default value |
Obs. |
|
Name |
Name of the widget used in the screen scope. |
Mandatory |
ShowRecordn |
This name represents the widget in the Scope Tree where it aggregates its runtime properties. |
|
Source Record |
Record variable used to populate the widget with actual values. |
Optional |
|
|
|
Width |
Indicates the width of this widget. You can change the width by editing this property or by resizing it in the Web Content Canvas. |
Optional |
100% |
The value of this property can be in pixels or percentage. |
|
Display Columns |
Indicates whether you want 1 or 2 attributes per row. |
Mandatory |
2 |
|
|
Caption Width |
Indicates the width of the column associated with the caption (label). |
Mandatory |
30% |
|
|
Cell Height |
Indicate the height, in number of pixels, of the cells. |
Optional |
|
|
|
Cell Padding |
Indicates the number of pixels between the cell content and the cell boundary. |
Optional |
1 |
|
|
Cell Spacing |
Indicates the number of pixels between the cells. |
Optional |
1 |
|
|
Style |
Drop-down list with the styles that can be applied to the contents of the show record. |
Optional |
ShowRecord |
Learn more About Style Sheets.
|
|
Caption Style |
Drop-down list with the styles that can be applied to the caption columns. |
Optional |
ShowRecord_Caption |
Learn more about style sheets. |
|
Value Style |
Drop-down list with the styles that can be applied to the value columns. |
Optional |
ShowRecord_Values |
Learn more about style 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 <table> 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 <table> HTML tag that corresponds to this widget. Learn more about Extending Properties and how widgets are translated into HTML tags. |
See Also