<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 200건 1 페이지
  • RSS
기술자료 목록
200
HTML   4412  2023-04-07 09:52 ~ 2023-04-07 09:59  
199
HTML   3490  2023-02-02 13:54 ~ 2023-02-03 06:02  
198
HTML   4535  2022-01-30 10:50 ~ 2022-01-30 22:56  
197
HTML   8541  2021-11-18 16:00  
196
HTML   5126  2021-07-07 15:48 ~ 2021-07-07 15:51  
195
HTML   6705  2021-06-02 17:15 ~ 2021-06-02 17:15  
194
HTML   5087  2020-12-20 11:42  
열람
HTML   5548  2020-09-08 23:42 ~ 2020-09-08 23:53  
192
HTML   5875  2020-06-07 18:40  
191
HTML   5845  2020-06-07 16:04 ~ 2020-12-12 09:09  
190
HTML   16125  2020-03-25 18:44 ~ 2021-09-23 18:51  
189
HTML   8046  2019-12-16 12:13 ~ 2019-12-16 12:46  
188
HTML   8860  2019-10-25 18:48 ~ 2019-10-25 18:49  
187
HTML   6829  2019-09-27 14:07 ~ 2019-09-27 14:08  
186
HTML   5266  2019-09-16 12:20  
185
HTML   4970  2019-08-11 13:03  
184
HTML   6969  2019-07-15 18:13 ~ 2019-07-15 22:48  
183
HTML   6318  2019-04-16 11:40  
182
HTML   12397  2019-04-02 00:12 ~ 2019-04-02 01:17  
181
HTML   17000  2019-01-11 23:20 ~ 2019-01-11 23:24  

검색

해피정닷컴 정보

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

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: 서울센터 (08393) 서울시 구로구 디지털로32가길 16 파트너스타워2차 1206-280호
        대전센터 (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 지원1동 205호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 2014-서울구로-0074 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.