Sha256: 55ff9c0103e9c40c095b1c98cbd032109f1a857b38365576881071f9609a1c8a
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
pastefromexcel ======================== ### `pastefromexcel` plugin for CKEditor 4 This plugin is to fix a issue, related to copy from excel, which some styles like background color or font color are not copied into CKEditor area. This plugin is replacing getData function which is part of `clipboard` plugin for converting internal styles described in `style` tag to inline style of respective node of the document. ### Installation 1. Copy whole `pastefromexcel` plugin folder into `./plugins` folder of CKEditor. 2. Add below line into `config.js` file. ```js config.extraPlugins = 'pastefromexcel'; ``` ### License Refer to [LICENSE.md](LICENSE.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drg_default_html_editor-0.6.0.0 | app/assets/javascripts/ckeditor/plugins/pastefromexcel/README.md |