maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 33 forks source link

install directions please #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed the files within plugin_tinymce33 in a Tinymce\plugin\imgmap
directory as per install.txt instructions
2. did not install any other files from the downloaded imgmap2.0beta5 folder
3.

What is the expected output? What do you see instead?
Expected the imgmap editor buttons to appear on our Tinymce instance. Did
not appear.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by joshuayo...@gmail.com on 21 Dec 2007 at 6:50

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by adam.mas...@gmail.com on 12 Mar 2008 at 11:29