[Container Begin] Properties

Description

A container is a way of grouping a collection of fields into a logical container.

Discussion

The [Container Begin] control marks the beginning of a container. All controls between the [Container Begin] and [Container End] control will be wrapped inside a container in the Grid layout.

Container ID

Specify a unique ID to identify the container. At run-time, the actual ID will be upper-cased, and it will automatically include the component alias. It will also include the grid part ('S', 'G', or 'D'), and the row number. e.g. 'CUSTOMERGRID.DIV1.G.R3'. If the container is in the Detail View, the row number is 1.

Container style

Specify the style for the container.

Container class

Specify an optional class name for the container.

Spacing - above

Specify the space above the container. Use CSS syntax. E.g. .2in, 20px

Spacing - below

Specify the space below the container. Use CSS syntax. E.g. .2in, 20px

Spacing - left

Specify the space to the left of the container. Use CSS syntax. E.g. .2in, 20px

Spacing - right

Specify the space to the right of the container. Use CSS syntax. E.g. .2in, 20px