yukyo0821 ff5d73292e 211228 | 3 лет назад | |
---|---|---|
.. | ||
dialogs | 3 лет назад | |
icons | 3 лет назад | |
lang | 3 лет назад | |
LICENSE.md | 3 лет назад | |
README.md | 3 лет назад | |
plugin.js | 3 лет назад |
Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014
Adds images from local client as base64 string into the source without server side processing. You can also add external image urls into the source.
The Browser must support the JavaScript File API.
Download the plugin from http://github.com/nmmf/base64image
Extract (decompress) the downloaded file into the plugins folder of your CKEditor installation. Example: http://example.com/ckeditor/plugins/base64image
Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "base64image";