ime-mode property
3 | ||||
Specifies the state of an Input Method Editor (IME) for user text entry fields. IME allows users to enter and edit Chinese, Japanese, and Korean characters.
Note: The ime-mode property is supported in Firefox from version 3.
JavaScript page for this property: imeMode. You can find other example(s) there. |
Possible values:
One of the following values:
All characters are entered through the IME by default. | |||||||
Default. No change is made to the current IME entry mode. | |||||||
Deactivates IME, user may manually activate the IME. | |||||||
All characters are entered without IME. |
Default: auto.
Example HTML code 1:
This example illustrates the use of the ime-mode property:
|
||||
<head> <style> .example { ime-mode: active; } </style> </head> <body> <input class="example" type="text" /> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
Related pages:
layout-flow
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
text-kashida-space
unicode-bidi
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
text-kashida-space
unicode-bidi
External links:
User Contributed Comments