FormattedTextEdit Properties
● height
Height of
the UI element; see also Methods and Properties
of UI Elements.
This property can be personalized by an administrator.
● imeMode
Control of the frontend IMS mode.
IME (Input Method Editor) is a basic component for writing Chinese, Japanese, and Korean characters. This system of writing has more characters than could be keyed in using a normal (restricted) keyboard. IME enables users to key in and edit Chinese, Japanese, and Korean characters using a normal (restricted) keyboard.
The following values are possible:
Value |
Description |
active |
IME mode is active but can be deactivated |
auto |
IME mode setting is disregarded |
disabled |
IME mode is inactive but cannot be activated |
inactive |
IME mode is inactive but can be activated |
● readOnly
Specifies
whether FormattedTextEdit can be edited or only displayed.
This property can be personalized by an administrator.
This property can be assigned the value, true, through
personalization.
● textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Hebrew and Arabic, as opposed to LTR such as English.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
inherit |
The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element. |
Yes |
ltr |
Left to right text direction |
Yes |
rtl |
Right to left text direction |
Yes |
● value
Formatted
text that you want to display in FormattedTextEdit.
Primary
Property
● width
Width of the
UI element, see also Methods and Properties
of the UI Elements
This property can be personalized by an administrator.