써먹는 웹개발

[ckeditor] 내가 써본 추가 모듈 본문

Client/Jqgrid (+tui grid), ck editor

[ckeditor] 내가 써본 추가 모듈

kmhan 2019. 5. 27. 17:33


728x90
반응형

ckeditor 중에 내가 써본 추가 모듈

1. 이미지 업로드시 자체 소스 저장되는 base64처리

※ URL업로드는 base64로 변경되지 않기 때문에 소스상에서 UI제거해야됨

 - 출처 : https://ckeditor.com/cke4/addon/base64image

불러오는 중입니다...

  1-2) 이미지를 복사 붙여넣기할때 base64 처리

 - 출처 : https://ckeditor.com/cke4/addon/pastebase64 

  ※ 이미지 파일 옮기는 Drag&Drop 방식은 base64처리가 안되므로 소스 상에서 막아놓자

 

Paste image as base64

This plugin adds the ability to paste images from clipboard as base64 strings using CKEditor. The Browser must support the JavaScript File API. Only Chrome and Safari browsers has been tested for the moment.

ckeditor.com

 

2. 배경 이미지 업로드

 - 출처 : https://ckeditor.com/cke4/addon/bgimage

※ base64 처리하려면 1번 소스를 참고하여 소스를 수정할 것

 

Background Image for CKEditor

by this plugin you can set background image in your CKEditor, don't forget to put the following line in your config.js : config.extraPlugins = 'bgimage'; config.allowedContent = 'div{*}';

ckeditor.com

 

모듈 추가할때 참고한 사이트

 - http://happycgi.com/program/category.php?category=895

728x90
반응형


Comments