RadarURL
웹 프로그래밍

스타일을 이용한 input 한영키 자동전환

by JaeSoo posted Mar 04, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

active 는 한글
inactive는 영자
style="ime-mode:disabled" 로 하면 한글을 아예 쓸수 없음

<input type="text" STYLE = "ime-mode:inactive">
<input type="text" STYLE = "ime-mode:active">
<input type="text" STYLE = "ime-mode:disabled">

 

출처 : http://blog.daum.net/ippo22/16135367


Articles

1 2 3 4 5 6 7 8 9 10