배운 내용 정리/WEB
[학습정리] CKEditor 활용 (내용쓰기폼)
만타가올이
2020. 3. 27. 11:44
아래 처럼 일반 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
위 예시를 참고해, 아래와 같이 코딩을 진행했다.