Skip to content

Commit 69590d8

Browse files
authored
Merge pull request #3009 from MicrosoftDocs/users/tahoon/ime-mode-obsolete
Add more detail about IME mode
2 parents 7072aaa + e3f700e commit 69590d8

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

powerapps-docs/maker/common-data-service/create-edit-field-portal.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and edit fields for Common Data Service using Power Apps portal | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 07/22/2020
4+
ms.date: 07/23/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -231,9 +231,14 @@ Use the **Delete field** command to delete the field. After deleting the field y
231231
232232
## IME Mode
233233

234-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
235-
236-
234+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
235+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
236+
> [!IMPORTANT]
237+
> IME Mode is used for backward compatibility with the legacy web client and the IME Mode settings described here don’t apply to Unified Interface apps. Additionally, IME mode is supported only in Internet Explorer and partially supported in Firefox.
238+
- **Active**: This value will activate the IME initially. You can deactivate it later if desired. This is the default IME setting.
239+
- **Auto**: When IME mode is auto, Power Apps will not interfere with the IME.
240+
- **Disabled**: Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters in certain languages.
241+
- **Inactive**: Power Apps will deactivate the IME initially. You can activate it later if desired.
237242

238243
### See also
239244
[Create and edit fields for Common Data Service](create-edit-fields.md)<br />

powerapps-docs/maker/common-data-service/create-edit-field-solution-explorer.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and edit fields for Common Data Service using Power Apps solution explorer | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 07/22/2020
4+
ms.date: 07/23/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -260,8 +260,14 @@ If you delete a lookup field, the 1:N entity relationship for it will automatica
260260

261261
## IME Mode
262262

263-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
264-
263+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
264+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
265+
> [!IMPORTANT]
266+
> IME Mode is used for backward compatibility with the legacy web client and the IME Mode settings described here don’t apply to Unified Interface apps. Additionally, IME mode is supported only in Internet Explorer and partially supported in Firefox.
267+
- **Active**: This value will activate the IME initially. You can deactivate it later if desired. This is the default IME setting.
268+
- **Auto**: When IME mode is auto, Power Apps will not interfere with the IME.
269+
- **Disabled**: Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters in certain languages.
270+
- **Inactive**: Power Apps will deactivate the IME initially. You can activate it later if desired.
265271

266272
### See also
267273
[Create and edit fields for Common Data Service](create-edit-fields.md)<br />

0 commit comments

Comments
 (0)