2019.2

Table Of Contents
1. Open the Insert Detail 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 > Detail.
l
On the toolbar, click the Insert detail 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 to display within the
Detail Table.
l
Width: Enter the width of the table.
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
every element in the breadcrumbs, from the current selection point down to the root
of the body.
Note: HTML has some restrictions as to which types of elements are allowed as
children of other elements. For example, a paragraph element is not allowed to
have children that are block level elements - like a Div or a Table. If inserting
Page 819