테스트 사이트 - 개발 중인 베타 버전입니다

input의 팁

· 2년 전 · 1342

input 글자 제한. / ime disable 다  복잡하게 필요없다

 

<style>

input[:text] {    text-overflow:clip;} 
input[:password] {ime:disabled; text-overflow:clip;} <- text-overflow:clip; 소스 작성시 않넣었는데. 제한하려면 필요같이 넣어야 할듯.

</style>

<input type=text name=input_text size=30 maxlength=10> 

<input type=password name=input_password sizee=30 maxlength=10>

그외 

textarea

cols rows 를 width와 height로 그냥 강제 바꿔버릴수도 있지만... 최신태그인 maxlength는 구조적 버그인가 설계 버그인가 소스 작성하다가 완전하게 안정성이 보장을 못한것을 발견해서 사용을 권하지 않음.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
3643
3631
3627
3621
3619
3617
3610
3609
3608
3607
3606
3603
3602
3601
3600
3595
3591
3587
3578
3567
3561
3560
3559
3557
3555
3554
3552
3551
3550
3537