Loading....
Recent Article links:

Plugin Zoomy Buttons

“Zoomy Buttons like Hi5″ for TagHim v3.0

You can download Plugin Zoomy Buttons like Hi5 here.

1. Description

“Zoomy Buttons” for TagHim v3.0 – tagging area preset plugin (Like in Hi5.com)

! IMPORTANT

This plugin is working for all TagHim licenses

2. Plugin Installation

To use this plugin you need

1. Connect to TagHim object

- copy Sticky Tagging Border display plugin to the folder where TagHim script

- connect plugin: load=zoomer

<script src="taghim/tagging.js?load=zoomer" 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
zoom bool false Turn ON/OFF plugin.
zoomParameters object {} Set size, quantity for “Zoom” buttons. Example:

{
	"1x" : { 'w' : 50, 'h' : 50 },
	"3x" : { 'w' : 150, 'h' : 150 }
}

This code setting 2 buttons: “1x” (widht 50px, hight 50px) and “3x” (widht 150px, hight 150px)

3. CSS Styles. “[STYLE]showDiv”. For example: paramieter ‘STYLE’ set to “mikkey_” hense “mikkey_showDiv”.
4. Plugin is working automatically after tagging object is created.