CONTAINER element

The CONTAINER element groups FIELD, ACTION_CONTROL and IMAGE elements so that they can be used in a single cell of a CLUSTER or LIST element.

Attributes

The CONTAINER element has the following attributes.

Table 1. Attributes of the CONTAINER Element

Attribute Name

Required

Default

Description

LABEL

No

 

A reference to an externalized string that should be used as the associated label for this container.

LABEL_ABBREVIATION

No

 

A reference to an externalized string containing the associated label abbreviation text for this container. This label abbreviation is placed only on table headers in a LIST.

WIDTH

No

100

The percentage of the width of the field value cell in the cluster or list that the container should occupy.

ALIGNMENT

No

DEFAULT

Defines the horizontal alignment of the elements within the container. Can be set to LEFT, RIGHT, CENTER, or DEFAULT. The value DEFAULT corresponds to the CSS class default in curam_common.css. Currently the default is to be left aligned.

SEPARATOR

No

 

A reference to an externalized string to use as the separator between the elements within the container.

STYLE

No

 

A CSS class to be applied to this container.

Child elements

The CONTAINER element can contain the following child elements. It must contain at least one element.

Table 2. Child Elements of the CONTAINER Element

Element Name

Cardinality / Description

FIELD

0..n. The FIELD, ACTION_CONTROL, IMAGE and WIDGET elements can be freely intermingled.

IMAGE

0..n. The FIELD, ACTION_CONTROL, IMAGE and WIDGET elements can be freely intermingled.

ACTION_CONTROL

0..n. The FIELD, ACTION_CONTROL, IMAGE and WIDGET elements can be freely intermingled.

WIDGET

0..n. The FIELD, ACTION_CONTROL, IMAGE and WIDGET elements can be freely intermingled.