enum sap.ui.core.ImeMode

Control sample: sap.ui.core.ImeMode
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

State of the Input Method Editor (IME) for the control.

Depending on its value, it allows users to enter and edit for example Chinese characters.


Properties Overview

Node Description
sap.ui.core.ImeMode.Active

IME is used for entering characters.

sap.ui.core.ImeMode.Auto

The value is automatically computed by the user agent.

sap.ui.core.ImeMode.Disabled

IME is disabled.

sap.ui.core.ImeMode.Inactive

IME is not used for entering characters.