<input type="text" name="" value="" style="ime-mode:disabled;">


-----------------------------------------------------------------


ime-mode의 옵션을 보면..


auto : 한/영 변환이 자유롭게 된다. 지정안한것과 똑같다..

active : ime를 거치기 때문에 기본에서  한/영키를 한번 누른것 같은.. 즉 한글기본이된다. 그리고 이또한 한/영변환이 자유롭다.

inactive : ime를 거치지 않고 입력이 된다. 즉 영문기본이고 한/영변환이 자유롭다.

disabled : 영문기본으로 한/영변환이 안된다. 즉 영문, 숫자만 입력되고 한글입력은 불가능.


------------------------------------------------------------------


Syntax

HTML { ime-mode : sMode }
Scripting [ sMode = ] object.style.imeMode

Possible Values

sMode String that specifies or receives one of the following values.
auto Default. IME is not affected. This is the same as not specifying the ime-mode attribute.
active All characters are entered through the IME. Users can still deactivate the IME.
inactive All characters are entered without IME. Users can still activate the IME.
disabled IME is completely disabled. Users cannot activate the IME if the control has focus.

'HTML & Script' 카테고리의 다른 글

파비콘(Favicon) 만드는법 & 홈페이지에 적용하는 법  (2) 2008.01.17
lib.validate.js  (2) 2007.12.07
meta  (1) 2007.09.28
Measuring Element Dimension and Location  (2) 2007.08.22
HTML 4와 HTML 5의 차이점  (1) 2007.07.19

+ Recent posts