"CSS contenteditable 속성"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
 
18번째 줄: 18번째 줄:
* [[HTML textarea 자동 높이 조절‎‎]]
* [[HTML textarea 자동 높이 조절‎‎]]


==참고 자료==
==참고==
* https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content
* https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content
* https://developer.mozilla.org/en/docs/Web/API/HTMLElement/contentEditable
* https://developer.mozilla.org/en/docs/Web/API/HTMLElement/contentEditable


[[분류: CSS]]
[[분류: CSS]]

2017년 6월 27일 (화) 01:18 기준 최신판

1 개요[ | ]

CSS contenteditable 속성
<style>
  .box1 {
    border: solid 1px #ddd;
    padding: 10px;
    background: #fff;
  }
</style>

<div class='box1' contenteditable="true">편집 가능</div>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}