javascript STYLE imeMode
| imeMode | NN n/a IE 5(Win) DOM n/a |
| Read/Write | |
|
Controls the presence of the Input Method Editor in IE for Windows for browser and system versions that support languages such as Chinese, Japanese, and Korean. |
|
| Example | |
document.getElementById("nameEntry").style.imeMode = "active";
|
|
| Value | |
String of allowable constant values: active | auto | disabled | inactive. |
|
| Default | |
auto |
|
Previous: javascript STYLE layoutFlow
1853,Nickname,Homepage or email,Comments here,Add comment
