An image mapping plugins for TinyMCE 4
This is based on https://github.com/maschek/imgmap
-
copy
imgmap
folder to the tinymceplugins
folder. -
set up your instance in the tinyMCE.init method to use the plugin, like::
plugins : "... imgmap ..."
- set up your instance to use the imgmap button, for example::
toolbar : "... | imgmap"
- 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]",
- Translation doesn't work.