bidiInput

The bidiInput property specifies the text layout used for bidirectional data entry for all fields in a FormGroup.

Valid values come from the bidiTypeKind enumeration:
visual
If you want to store bidi characters in the order in which they appear on the screen (this option is provided for historical reasons).
logical (the default)
If you want to store bidi characters in the order in which they are typed.

The property is used for input.

Compatibility

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

Feedback