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

[해피CGI][cgimall] CKEditor 플러그인 (Special Symbols) 본문

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

[해피CGI][cgimall] CKEditor 플러그인 (Special Symbols)

해피CGI윤실장 2018. 2. 1. 09:10

CKEditor Special Symbols


CKeditor 의 플러그인 중의 하나인 Special Symbols 입니다.



위와같은 심볼들을 에디터에 삽입할 수가 있습니다.

http://doksoft.com/soft/ckeditor-special-symbols/configuration.html
위 링크에 접속하시면 해당 환경설정 소스를 확인하실 수 있습니다.

 config.doksoft_special_symbols = "0x0020-0x002F,x00A0-x02AF,4567-4569,a,b,c";
 config.doksoft_special_symbols_use_dialog = false;
 config.doksoft_special_symbols_popup_width = 400;
 config.doksoft_special_symbols_font_size = 16;
 config.doksoft_special_symbols_images_allowed = true;
 config.doksoft_special_symbols_images_by_default = false;
 config.doksoft_special_symbols_images_font_default = 'Arial';
 config.doksoft_special_symbols_images_font_size_default = 12;
 config.doksoft_special_symbols_images_generator_url = 'http://yoursite.com/ckeditor/plugins/doksoft_special_symbol/gen.php';
 config.doksoft_special_symbols_images_fonts = ['Universalia', 'YourFont'];
 $config['fonts'] = array(
 'Universalia' => 'fonts/Universalia.ttf',
 'YourFont' => 'fonts/YourFont.ttf'
 );



해당 플러그인은 라이센스가 총 3개 있습니다.
Single license , Multisite license , Ultimate license

Single license , Multisite license 라이센스는 유료 라이센스로 각 $15, $35 구매비용이 들며,
Ultimate license 는 일정양식의 메일을 제작자에게 발송하면 , 첨부파일로 플러그인이 발급되는 것 같습니다.




 

홈페이지바로가기

Comments