Gagaro / tinymce-imgmap

An image mapping plugins for TinyMCE 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:JavaScript 95.6%Language:HTML 2.5%Language:CSS 1.9%