Closed GoogleCodeExporter closed 9 years ago
Which version of tiny are you using? I confirmed the plugin working on latest
version
2 release. Also please note, you have to use advanced theme to get be able to
add
extra buttons.
Original comment by adam.mas...@gmail.com
on 9 Jan 2008 at 10:15
How to install the plugin
=========================
1. copy files to plugins/imgmap/
2. set up your instance in the tinyMCE.init method to use the plugin, like:
plugins : "table,save,advhr,advimage,imgmap,...",
3. set up your instance to use the imgmap button, for example:
theme_advanced_buttons3_add : "emotions,iespell,...,imgmap",
4. you might need to add:
extended_valid_elements :
"img[usemap|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmous
eover|onmouseout|name],map[id|name],area[shape|alt|coords|href|target]",
Notes:
* You may only add extra buttons to your tiny instance if you are using the
advanced
theme
* The plugin only works with tiny version 2.x
* In some cases TinyMCE includes editor_plugin_src.js instead of
editor_plugin.js.
Since this file was not part
of some earlier versions, you can simply copy editor_plugin.js as
editor_plugin_src.js in your plugin directory.
Original comment by adam.mas...@gmail.com
on 19 Jan 2008 at 8:01
Original comment by adam.mas...@gmail.com
on 12 Mar 2008 at 11:29
Original issue reported on code.google.com by
joshuayo...@gmail.com
on 21 Dec 2007 at 6:50