아래 처럼 일반 text 혹은 textarea가 아니라, 글짜 수정 등의 기능이 추가된 쓰기폼을 만들 수 있다.
CKEditor를 활용해서!
https://ckeditor.com/ckeditor-4/download/
CKEditor 4 - Download
Download a ready-to-use CKEditor 4 package.
ckeditor.com
위에 링크로 들어가서,
아래 스크립트를 복사!
아래 링크에서 어떻게 사용할 수 있는지 나와있다.
https://ckeditor.com/docs/ckeditor4/latest/guide/dev_installation.html
UI Language - CKEditor 4 Documentation
Learn how to install, integrate, configure and develop CKEditor Ecosystem products. Browse through API documentation and online samples.
ckeditor.com
위 예시를 참고해, 아래와 같이 코딩을 진행했다.
'배운 내용 정리 > WEB' 카테고리의 다른 글
웹표준, 웹접근성 참고 (0) | 2020.08.06 |
---|---|
댓글기능, 채팅기능, 방문자분석기 (0) | 2020.06.18 |
[학습정리] http통신1 (0) | 2020.03.04 |
[학습정리] 2020.02.11 - JSTL(functions) (3) | 2020.02.12 |
[학습정리] 2020.02.03 - EL, frontController, EL절대경로 (0) | 2020.02.03 |