2020.1

Table Of Contents
Creating a Dynamic Table
To create a Dynamic Table:
1. Open the Insert Dynamic Table dialog. There are several ways to do that:
l Drag the data field that contains the name of the detail table into the template.
l
On the menu select Insert > Table > Dynamic.
l
On the toolbar, click the Insert dynamic table button.
2.
Enter the table's desired attributes:
l
ID: A unique identifier for the table. IDs are used to access the table from scripts and
as CSS selectors for style rules.
l
Class: A class identifier for the table. Classes can be shared between elements and
are used to access the table from scripts and as CSS selectors for style rules.
l
Detail Table: Use the drop-down to select which detail table will supply the data to
display within the Dynamic Table.
l
Width: Enter the width of the table (e.g.
100%
).
l
Use the Insertion Point drop-down to select where to insert the table.
l
At cursor position inserts it where the cursor is located in the template.
l
Before element inserts it before the HTML element in which the cursor is
currently located. For example if the cursor is within a paragraph, the insertion
point will be before the <p> tag.*
l
After start tag inserts it within the current HTML element, at the beginning,
just after the start tag.*
l
Before end tag inserts it within the current HTML element, at the end, just
before the end tag.*
l
After element inserts it after the element in which the cursor is currently
located. For example if the cursor is within a paragraph, the insertion point will
be after the end tag of the paragraph (</p>).*
l
Replace inserts it in place of the currently selected element. (This option is not
available when inserting content in a Master Page.)
* If the current element is located inside another element, use the Elements drop-
down to select which element is used for the insertion location. The list displays
Page 794