ORIENTATION attribute

The ORIENTATION attribute defines whether an element displays vertically or horizontally.

Syntax

ORIENTATION = { VERTICAL | HORIZONTAL }

Usage

The ORIENTATION attribute is typically used in the definition of a RADIOGROUP form item, to specify how radio items have to be displayed.

Example

RADIOGROUP f001 = customer.status, ORIENTATION=HORIZONTAL;