orientation

The orientation property specifies the text direction for a bidirectional language for all fields in a FormGroup.

Valid values come from the orientationKind enumeration:
rtl
If you want the fields to display in right-to-left orientation.
ltr (the default)
If you want the fields to display in left-to-right orientation.

The property is used for input and output.

Compatibility

Table 1. Support for orientation property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No No Yes No Yes No

Feedback