'ime-mode' Syntax and Note : ime mode « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'ime-mode' Syntax and Note

Note:

the mode of an Input Method Editor (IME), 
IME is a special device for writing Chinese, Japanese, and Korean scripts.

Syntax:
    
element { ime-mode: value }
elementID.style.imeMode = "value"
document.all.elementID.style.imeMode = "value"
    

      
      








Related examples in the same category

1.'ime-mode' Example
2.'ime-mode' Possible Values
3.'ime-mode' is applied to