Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Tools and Techniques

   

Inspecting and Making Selections

When you select the table or a part of it, the selection's HTML properties appear in the Inspector. You can use the Inspector to set these properties (for example, the width and height of a cell.)

Click in a cell to select it. To move to the next cell to the right (or the first cell of the next row if in the rightmost column), press Tab. If you reach the end of the table, pressing Tab will create a new row. Pressing Shift-Tab moves the opposite direction through the table.

An HTML table (<TABLE>) is a hierarchical structure, which contains rows (<TR>). Rows, in turn, contain cells (<TH> and<TD>). When you select a cell, the path view shows the path from the cell up to the page (<BODY>); you can inspect any element in the path by clicking its tag. For example, if you select a table cell, you can inspect the cell, the row (by clicking <TR> in the path view), or the table itself (by clicking <TABLE> in the path view).

You can select multiple cells by

The first two selection methods ensure that the selected cells form a contiguous region.

Note that selecting all of the cells in a row or table is not the same as selecting the row or table. To select a row, you need to select one or more cells in the row and click the <TR> element in the path view. To select the entire table, you need to select one or more cells in the table and click the <TABLE> element in the path view.


© 1999 Apple Computer, Inc. – (Last Updated July 27 99)