“Overlapping managment plugin v2.0″ for TagHim v4.xx
1. Description
This plugin restricting tagging of already tagged areas. You can define rules so that user can only partially override the existing tag. You can set the overlapping in %.
! IMPORTANT
This plugin is supported by the all TagHim versions
2. Plugin installation
To use this plugin you need.
1. Link wit TagHim. You have to install plugin by coy it to plugin folder, and add line load=border when you configuring TagHim. Example:
<script src="taghim/tagging.js?load=limiter" type="text/javascript">
You can use all other plugins with this plugin
tagging.js?load=zoomer,labels,border,nameslist,limiter
2. set plugin settings
Settings. Name Usage Value Description
allowedLimit int ” Max allowed overlaping in % (use without %).
limiterFunction function ” Function that will be called after tagging finished. True if tagging was successful, false – if overlapping occurred.
3. CSS Styles. “[STYLE]showDiv”. For example: paramieter ‘STYLE’ set to ‘mikkey_” hense “mikkey_showDiv”.
! IMPORTANT
To make plugin work you have to add stiles to css file. Example:
.mikkey1_limiterDiv { background:#000000; z-index:1003; display:block; }
Important parameter is z-index and background.

