일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- #뉴스
- php
- #쇼핑몰
- #cgimall
- #이미지
- 사이트제작
- 홈페이지제작
- #image
- #웹솔루션
- #홈페이지제작
- #jQuery
- #happycgi
- #홈페이지
- 게시판
- jquery
- 솔루션
- 쇼핑몰
- #해피CGI
- 홈페이지
- #동영상
- CGIMALL
- 해피씨지아이
- happycgi
- CSS
- #업종별
- #CSS
- 해피CGI
- javascript
- 웹솔루션
- #솔루션
- Today
- Total
웹솔루션개발 25년 노하우! 해피CGI의 모든것
[해피CGI][cgimall] CKEditor 플러그인 (Special Symbols) 본문
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 는 일정양식의 메일을 제작자에게 발송하면 , 첨부파일로 플러그인이 발급되는 것 같습니다.
'웹프로그램밍 자료실 > JAVA 자료' 카테고리의 다른 글
[해피CGI][cgimall] 앵커를 이용한 스크롤 제이쿼리 (0) | 2018.02.07 |
---|---|
[해피CGI][cgimall] CKEditor Source Dialog Plugin (0) | 2018.02.06 |
[해피CGI][cgimall] jQuery Hover3d (0) | 2018.01.31 |
[해피CGI][cgimall] ckeditor 플러그인 Page2Images (0) | 2018.01.31 |
[해피CGI][cgimall] 여러항목을 동시에 선택이 가능한 멀티셀렉터 (0) | 2018.01.24 |