2020.2

Table Of Contents
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
content at the selected location would produce invalid HTML the final result may be
different than expected. For example, when you insert a Div into a paragraph, the
paragraph gets split in two. This means you end up with two paragraphs with the
Div in between.
3.
Click Next. The Dynamic Table Builder appears.
At this point the table has one row, which is based on the selected detail table. You can
add, delete and reorder rows and fields.
Fields - cells in the table - correspond to data fields in a (nested) detail table.
l
To add a field, select a data field from the drop-down next to the row's Add Field
button. Or click the Add Field button itself to add an empty field.
Tip
Empty fields are useful for positioning cells underneath each other to make
them look like columns.
l
The Synchronize fields button refills a row with all the data fields of the detail table
to which the row is associated.
l Drag a field up or down to change the order of the cells in the table row.
Page 803