달력

05

« 2012/05 »

  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  •  
  •  
2008/12/10 18:47

input 한글/영어 제어하기 tip/xhtml/css2008/12/10 18:47

자동변경(한/영전환가)<input type="text" name="test" style="width:200px;ime-mode:auto">

영문모드(한글사용불가)<input type="text" name="test" style="width:200px;ime-mode:disabled">

영문모드(한/영전환가)<input type="text" name="test" style="width:200px;ime-mode:inactive">

한글모드(한/영전환가)<input type="text" name="test" style="width:200px;ime-mode:active">

한글모드(한/영전환가)<input type="text" name="test" style="width:200px;ime-mode:deactivated">

Posted by 根™