You can display multiple tag description at once by calling method
taghim.tagOnImage( true );
for example:
javascript code will look following:
var taghim = new tagging(
'taghim',
'REGISTRATION_CODE',
'cropp',
2,
{
ajaxRequestURL : 'tag_new.php',
ajaxReturnID : 'ret1',
style : 'mikkey',
description : false,
autoInit : false,
displayOnInit : true,
minWidth : 50,
minHeight : 50,
zoom : true,
zoomParameters : { "1x" : { 'w' : 60, 'h' : 90 }, "2x" : { 'w' : 120, 'h' : 180 } }
}
);
taghim.tagOnImage( true );
new Ajax.Updater( taghim.options.ajaxReturnID, taghim.options.ajaxRequestURL, { parameters: "action=showTags&variable=
taghim&imageId=2″ } );
current version does not support display of borders only description display on init.
But we think that tag border display will be added in feature releases.