Language(언어)/HTML
HTML input box 자동 한글영문 모드
대학교닷컴
2014. 4. 10. 14:34
반응형
style 처음 셋팅되는 한영모드
"ime-mode:auto" : 자동변경, 한/영 전환 가능
"ime-mode:active" : 한글 모드, 한/영 전환 가능
"ime-mode:inactive" : 영문 모드, 한/영 전환 가능
"ime-mode:disabled" : 영문 모드, 한/영 전환 불가능
"ime-mode:deactivated" : 한글 모드, 한/영 전환 가능
<input type="text" name="dong" style="width:190px;ime-mode:active;" >