|
Simple Data Tables
Activity |
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Start Time |
8 a.m. |
8 a.m. |
8 a.m. |
8 a.m. |
8 a.m. |
End Time |
4:30 p.m. |
4 p.m. |
4:30 p.m. |
4 p.m. |
4 p.m. |
The above is an example of a simple data table of a work schedule. The table has six columns and three rows. The column headers are the days of the week Monday through Friday. The row headers are “Start Time” and “End Time”. Each day of the week has two times listed, one for when to be at work and one for when to leave.
For simple data tables where there is a one-to-one relationship between a data cell and a row/column header, The Scope attribute can be used to associate the header with the cell. There are two methods to properly associate the cells; using the Table Editor features (recommended) or editing the properties of each cell through the Tags pane. The steps for both methods are explained below.
Recommended Approach: Using the Table Editor:
- Activate the TURO tool under Accessibility in the Tools pane.
- Activate the Context menu of the table.
- Select Table Editor.

- Activate the Context menu of the table header cell that needs to be marked as a header.
- Select Table Cell Properties.
- Confirm the Table Cell Properties dialog appears.
- Select the Header Cell radio button under Type in the dialog.

- Select the appropriate Scope - Row, Column or Both from the Scope combo box.
- Navigate to and activate the OK button.
- Repeat the process for each row and column header.
Method Two: Editing Properties and Attribute Objects:
- Locate the header text in the Tags pane.
- Select Properties… from the Context menu.
- Confirm the TouchUp Properties dialog appears and that Tag is the active tab.
- Confirm Table Header Cell is selected in the Type combo box.
- Navigate to and activate the Edit Attribute Objects… button.
- Confirm the Attributes dialog appears.
- Expand all Attribute Objects.
- Navigate to and activate the New Item button.
- Confirm and select the new item that begins with /O.
- If the /O item has /Layout after it, the item needs to be changed to Table so that the application can apply the proper structure.
- Navigate to and activate the Change Item button.
- Enter Table (case sensitive) in the Value edit field.
- Navigate to and activate the OK button.
- Confirm the item now reads /O /Table.
- Select the /Attribute Object 1 item.
- Navigate to and activate the New Item button again.
- Confirm the Add Key and Value dialog appears.
- Enter the value Scope (case sensitive) in the Key field.
- Enter the value Row, Column or Both (case sensitive) in the Value field.
- Select the value String in the Value Type combo box.
- Navigate to and activate the OK button.
- Confirm the structure of the Attributes dialog is: Attribute Objects, nested Attribute Objects 1, further nested /O /Table and /Scope (Row), /Scope (Column) or /Scope (Both).

- Navigate to and activate the OK button in the Attributes dialog.
- Navigate to and activate the Close button in the TouchUp Properties dialog.
- Repeat this process for each row and column header.
|