XE(Rhymix)/레이아웃, 스킨 관련

CK에디터 플러그인 - 트위터 같은 글자수 카운트 및 글자수 제한

TheStorybook 2024. 12. 20. 05:28

에디터에 트위터의 그것 처럼 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. 브라우저 캐시 재설정이 필요합니다.

common/js/plugin/ckeditor/ckeditor/plugins

여기에 설치하고 config.js 에 해당 내용 삽입

 

notification.zip
0.02MB
wordcount.zip
0.02MB