Documentation Archive Developer
Search
Table of Contents Previous Section

Adding Dynamic Elements to Table Cells

Tables and cells are static HTML elements, so you can't bind them to variables or methods. To display dynamic information in cells, you add dynamic elements, such as WOStrings, to the cells.

  1. Select the contents of the first cell in the second row of the table by clicking in the cell, then double-clicking the text.

  2. Choose from the Elements pop-up list.

  3. Click to add a WOString to the cell.

  4. Press the Tab key.

    The contents of the next cell to the right are selected.

  5. Repeat steps 3 and 4 for the other two cells in the second row.

Table of Contents Next Section