콘텐츠 수 11
CK에디터 플러그인 - 트위터 같은 글자수 카운트 및 글자수 제한
최초 등록일: 2017.10.13 조회수 : 1134
에디터에 트위터의 그것 처럼 WORD COUNTER를 달아보자.
다운로드 이후 다른 플러그인 처럼 설치해주세요. 위 스크린샷 처럼 한글화 해두었습니다.
필수
config.extraPlugins = 'wordcount,notification';
옵션설정
config.wordcount =
{ // Whether or not you want to show the Word Count
showWordCount: true,
// Whether or not you want to show the Char Count
showCharCount: false,
// Maximum allowed Word Count
maxWordCount: 4,
// Maximum allowed Char Count
maxCharCount: 10 };
저작권
http://w8tcha.github.io/CKEditor-WordCount-Plugin/
ps. 브라우저 캐시 재설정이 필요합니다.
댓글 '14'

번역 하려다 마침 번역한 것이 ㅎㅎ 감사합니다~