More Info about Table View

Browser Compatibility | Editability in Style Editor | Accessibility – 508 Support


Browser Compatibility

To be provided

top Top


Editability in Style Editor

In the Style Editor, it is possible to modify the following attributes of the table view control:

Group
Style
IE 5 and above
Netscape 4.7
Table Styles Background Color of Standard Table Cell
x
x
Background Color of Alternating Table Cell
x
x
Grid Color
x
Cell Height
x
Cell Padding
x
Background Color of Selected Cell
x
x
Background Color 1 of Grouping Cell
x
x
Background Color 2 of Grouping Cell
x
x
Background Color 3 of Grouping Cell
x
x
Table Icons Background Position
x
Height
x
Width
x
Padding
x
URL to "Top" Icon
x
x
URL to Inactive "Top" Icon
x
x
URL to "Page Up" Icon
x
x
URL to Inactive "Page Up" Icon
x
x
URL to "Up" Icon
x
x
URL to Inactive "Up" Icon
x
x
URL to "Down" Icon
x
x
URL to Inactive "Down" Icon
x
x
URL to "Page Down" Icon
x
x
URL to Inactive "Page Down" Icon
x
x
URL to "Bottom" Icon
x
x
URL to Inactive "Bottom" Icon
x
x
Container Font Color of Container Title
x
x
Background Color of Container Body
x
x

Table 1: Editable styles for the table view control

For common styles see section HTMLB Controls and Style Editor in Customer Branding and Style Editor.

top Top


Accessibility – 508 Support

  • Keyboard: Table views are not inserted into the accessibility hierarchy by default.
  • Default Description: Is provided by the HTMLB rendering engine for the title, the navigation buttons, and certain elements inside the table.
  • Application-specific Description: Set the table title using the SetHeaderText method. Set the summary text using the setSummary method (should display a tooltip). Note that there is no setTooltip method for table views, use setSummary, instead.

 

top Top