웹솔루션개발 22년 노하우! 해피CGI의 모든것

[해피CGI][cgimall]CKEditor 플러그인 Statistics of the number of characters 본문

웹프로그램밍 자료실/JAVA 자료

[해피CGI][cgimall]CKEditor 플러그인 Statistics of the number of characters

해피CGI윤실장 2017. 9. 20. 08:54


* ckeditor - Statistics of the number of characters

- 이 플러그인은 에디터 작성시 입력한 문자, 단어, 선택된 문자, 소스의 카운트를 보여주는 플러그인입니다.



* 라이센스

- 상업용 무료 (http://js.plus/licensing)



* 설치방법

- 플러그인 파일을 다운로드 받아 ckeditor 가 설치된 폴더내 plugins 폴더안에 업로드 합니다.

예) http://example.com/ckeditor/plugins/jsplus_stat


- ckeditor 의 설정파일인 config.js 파일을 열어 아래 소스를 추가합니다.

config.extraPlugins = 'jsplus_stat';


 



홈페이지바로가기 소스다운로드
Comments