How to use CSS-ime in the mode used to control page on the entire text box Kok / byte characters input?
Ime in the use of CSS-page mode to control the entire text box Kok / byte characters input
Ime-mode
Version: IE5 + proprietary attribute inheritance: Grammar:
Ime-mode: auto | active | inactive | disabled
Parameters:
Auto: IME does not affect the state. Ime and non-specified attributes to the same mode
Active: the use of designated all IME input characters. That the activation of the local language input methods. Users can still withdraw activation IME
Inactive: not to use the designated all IME input characters. That the non-activation of the local language. Users can still withdraw activation IME
Disabled: IME completely banned. The focus of controls (such as input box), the user can activate IME
Description: settings, or whether the retrieval allows users to activate the importation of Chinese, Korean, and Japanese input method (IME) state.
For the script of the corresponding imeMode.
<input Type=text style="ime-mode: disabled; ">
This can not be imported-wide angle.
If the value of this property is: will be disabled in the input mode (input type = text, textarea elements, etc.) disable input methods.
When the edit box need to import non-character-wide angle, we can use this attribute restrictions activated input, so users would not be affected by the input on the impact of input method.
Tags: css input, Text Alignment, Text Decoration, Text Indentation, Text Transformation






Leave a Reply