Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

텍스트 입력이 불가능한 상태로 설정합니다.Disable IME input. (IME: Input Method Editor)


Parameters:

NameTypeDescription
actionNameString액션 이름'disableIme' IME disabling API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('disableIme');

...