최초 작성일 : 2021-10-06 | 수정일 : 2021-10-06 | 조회수 : 412 |
1. 소스코드 공개
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <script> $(document).ready(function() { $('#nttCn').summernote({ placeholder: '홍보 포스팅을 자유롭게 입력해주세요.', height: 500, lang: 'ko-KR', toolbar: [ // [groupName, [list of button]] ['Font Style', ['fontname']], ['style', ['bold', 'italic', 'underline']], ['font', ['strikethrough']], ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['paragraph']], ['height', ['height']], ['Insert', ['picture']], ['Insert', ['link']], ['Misc', ['fullscreen']] ] }); }); </script> | cs |
2. 적용 결과