“Sticky Tagging Description dispaly v.2.0″ for TagHim v4.0
You can download Plugin Sticky Description here.
1. Description
Sticky Tagging Description display – this plugin enable tagging description display on image by script initialization.
! IMPORTANT
This plugin is working for all TagHim licenses
2. Plugin Installation
Connect to TagHim object:
<script src="taghim/tagging.js?load=labels" type="text/javascript"></script>
To connect more than one plugin you can simply list all plugins following way
tagging.js?load=zoomer,labels,border,nameslist,reenter
2. Plugin properties.
| Name | Value | Default | Description |
| showTagOnImage | bool | false | Turn ON/OFF plugin. |
| showLabelOnOver | bool | false | Turn ON/OFF label display on mouse over Tag. |
| labelOnClickFunction | function | null | This function calls upon clicking on tag area it returs tag id. |
3. Styles. You can configure your own style. All elements with text have [style name]labelDiv”. So if style set to “mikkey_” it will look “mikkey_labelDiv”.
.imgTag_labelDiv{font-size : 14px;color:#ffffff;background:#50A8E0;}
4. Plugin is working automatically after tagging object is created.

