Service Studio 5.1 Help
Cell Widget Properties
The next table presents the properties of the Cell 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 screen or web block. Only then can you use their runtime properties. |
|
Width |
Indicates the width of the cell relative to the table. |
Optional |
100% |
The value of this property can be in pixels or percentage. Service Studio automatically adjusts the width, if new elements (text, tables, etc) are placed inside the cell. |
|
Height |
Indicates the height of the cell relative to the table. |
Optional |
|
The value of this property can be in pixels or percentage. Service Studio automatically adjusts the height, if new elements (text, tables, etc) are placed inside the cell. |
|
Vertical Alignment |
Indicates the relative position of elements along the cell's vertical axis. |
Optional |
|
|
|
Style |
Drop-down list with the styles that can be applied to the contents of the cell. |
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 <td> 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 <td> HTML tag that corresponds to this widget. Learn more about Extending Properties and how widgets are translated into HTML tags. |
See Also