Enum sap.ui.core.ImeModeModule: sap/ui/core/library


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.

Field Summary
sap.ui.core.ImeMode.ActiveIME is used for entering characters.
sap.ui.core.ImeMode.AutoThe value is automatically computed by the user agent.
sap.ui.core.ImeMode.InactiveIME is not used for entering characters.
Field Detail
sap.ui.core.ImeMode.Active: string
IME is used for entering characters.
sap.ui.core.ImeMode.Auto: string
The value is automatically computed by the user agent.
sap.ui.core.ImeMode.Disabled: string
IME is disabled.
sap.ui.core.ImeMode.Inactive: string
IME is not used for entering characters.