Control input as English state

Source: Internet
Author: User
Control <input TYPE = text STYLE = "Ime-mode:active" name=a>
<input TYPE = button Value=change "" >


Just learned from CSDN.
Grammar:

Ime-mode:auto | active | Inactive | Disabled

Parameters:

Auto: Does not affect the status of the IME. The same as when the Ime-mode property is not specified
Active: Specifies all characters entered using the IME. The local language input method is activated. User can still undo activation ime
Inactive: Specifies all characters that are not entered using the IME. That is, the non-local language is activated. User can still undo activation ime
Disabled: IME is completely disabled. For controls that have focus (such as an input box), the user cannot activate the IME

Cases:
<input type= "text" name= "txtIme1" STYLE = "ime-mode:active" >
<input type= "text" name= "txtIme2" STYLE = "ime-mode:disabled" >
<input type= "text" name= "txtIme3" STYLE = "ime-mode:inactive" >
<input type= "text" name= "txtIme4" STYLE = "Ime-mode:auto" >
<input type= "text" name= "txtIme5" STYLE = "Ime-mode:disabled;text-align:right" >
<input type= "text" name= "txtIme6" STYLE = "Ime-mode:inactive;text-align:right" >

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.