Rich UI BidiTextField

A bidiTextField widget defines a text box containing a single line of bidirectional text.

The following properties are supported.
  • text, which holds a string for display in the text field.
  • readOnly, which holds a Boolean that indicates whether the text field is protected from user input.
The following function is supported:
  • select causes the widget to receive focus and, on most browsers, selects the text. The function has no parameters.

Other supported properties and functions are described in “Widget properties and functions.”

Use of this widget requires the following statement:
import com.ibm.egl.rui.widgets.BidiTextField;