Skip to content

Gagaro/tinymce-imgmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinymce-imgmap

An image mapping plugins for TinyMCE 4

This 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 ..."

  1. set up your instance to use the imgmap button, for example::

toolbar : "... | imgmap"

  1. 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.

About

An image mapping plugins for TinyMCE 4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published