<form:input readonly 사용법 > 기술자료 | 해피정닷컴

<form:input readonly 사용법 > 기술자료

본문 바로가기

사이트 내 전체검색

<form:input readonly 사용법 > 기술자료

HTML <form:input readonly 사용법

페이지 정보


본문

<input type="text">  를 읽기전용으로 사용하고자 할때 어떻게 하는 것이 좋을까요?

<input type="text" readonly>
<input type="text" readonly="">
<input type="text" readonly="readonly">
<input type="text" readonly="true">
<input type="text" readonly="1">
등 다양한 방법이 사용되고 있습니다


샘플보기 : https://www.happyjung.com/demo/css/readonly.html 
위와같이 테스트를 하면 모든 브라우저에서 읽기전용이 작동을 합니다.


W3C 의 html5 의 속성으로 reaonly 속성을 아래와 같이 기술하였습니다

The readonly attribute is a boolean attribute that controls whether or not the user can edit the form control
readonly 속성은 사용자가 양식 컨트롤을 편집 할 수 있는지 여부를 제어하는 ​​부울 속성입니다.

The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.
부울 속성에는 "true"및 "false"값이 허용되지 않습니다. 거짓 값을 나타내려면 속성을 모두 생략해야합니다.


boolean 속성에 근거하면 아래와 같이 readonly 를 사용법은 아래와 같이 정리할 수 있습니다

OOO 올바른 표현 OOO
<input type="text" readonly>
<input type="text" readonly="">
<input type="text" readonly="readonly">

XXX 잘못된 표현 XXX
<input type="text" readonly="true">
<input type="text" readonly="1">


참고자료
https://www.w3.org/TR/2010/WD-html5-20101019/common-input-element-attributes.html#attr-input-readonly 
https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes 

댓글목록

등록된 댓글이 없습니다.


Total 2,640건 12 페이지
  • RSS
기술자료 목록
2420
MySQL   4781  2020-10-12 14:22  
2419
Editor   6976  2020-10-11 11:46 ~ 2020-10-12 09:49  
2418
Adobe   5229  2020-10-10 09:15  
2417
MySQL   21435  2020-10-09 15:48  
2416
Editor   5961  2020-10-07 17:53 ~ 2020-10-07 18:05  
2415
그누보드   5691  2020-10-06 11:32 ~ 2020-11-17 10:39  
2414
SNS   6285  2020-09-28 11:23 ~ 2020-11-23 03:07  
2413
SNS   8756  2020-09-27 11:12 ~ 2020-12-12 09:02  
2412
그누보드   7091  2020-09-24 09:28 ~ 2020-09-24 09:35  
열람
HTML   5596  2020-09-08 23:42 ~ 2020-09-08 23:53  
2410
WordPress   4555  2020-08-31 19:37 ~ 2020-08-31 20:31  
2409
MySQL   7976  2020-08-30 21:37 ~ 2020-08-31 13:29  
2408
WordPress   5143  2020-08-28 12:07  
2407
PHP   8935  2020-08-06 11:54 ~ 2022-12-14 13:44  
2406
XpressEngine   7427  2020-06-14 00:31 ~ 2020-06-14 14:59  
2405
Linux   6414  2020-06-10 14:12 ~ 2020-06-10 16:00  
2404
영카트   7470  2020-06-08 02:06 ~ 2020-07-10 02:10  
2403
HTML   5937  2020-06-07 18:40  
2402
HTML   5898  2020-06-07 16:04 ~ 2020-12-12 09:09  
2401
일반   4789  2020-06-05 21:44  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.