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






'ime-mode' Example

    
<html>
<body>
<input id="myInput" 
       type="text" 
       size=60 
       value='This input control has ime-mode property set to "inactive"'>
<button onclick="myInput.style.imeMode='active'">Set imeMode property to active</button>
<button onclick="myInput.style.imeMode='inactive'">Set imeMode property to inactive</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'ime-mode' Syntax and Note
2.'ime-mode' Possible Values
3.'ime-mode' is applied to