Service Studio 5.1 Help
Row Widget Properties
The next table presents the properties of the Row widget.
|
Property |
Description |
Optionality |
Default value |
Obs. |
|
Name
|
Name of the widget used in the screen scope. |
Optional
|
|
Although optional, only named widgets are available in the scope of the web screen or web block. Only then can you use their runtime properties. |
|
Style |
Drop-down list with the styles that can be applied to the contents of the row. |
Optional |
|
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 in the <tr> 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 in the <tr> HTML tag that corresponds to this widget. Learn more about Extending Properties and how widgets are translated into HTML tags. |
See Also