https://github.com/gagaro/tinymce-imgmap
An image mapping plugins for TinyMCE 4
https://github.com/gagaro/tinymce-imgmap
image-map tinymce tinymce-imgmap
Last synced: 5 months ago
JSON representation
An image mapping plugins for TinyMCE 4
- Host: GitHub
- URL: https://github.com/gagaro/tinymce-imgmap
- Owner: Gagaro
- License: gpl-2.0
- Created: 2016-01-08T15:05:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T08:47:52.000Z (about 8 years ago)
- Last Synced: 2025-03-29T18:36:30.662Z (6 months ago)
- Topics: image-map, tinymce, tinymce-imgmap
- Language: JavaScript
- Size: 99.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# tinymce-imgmap
An image mapping plugins for TinyMCE 4This is based on https://github.com/maschek/imgmap
How to install the plugin
=========================1. copy `imgmap` folder to the tinymce `plugins` folder.
2. set up your instance in the tinyMCE.init method to use the plugin, like::
plugins : "... imgmap ..."
3. set up your instance to use the imgmap button, for example::
toolbar : "... | imgmap"
4. you might need to add::
extended_valid_elements : "img[usemap|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],map[id|name],area[shape|alt|coords|href|target]",
Known Issues
============* Translation doesn't work.