Hi, I can show a text description for any image in a image set?
for example:
<script>
var image_set = [{'caption': 'My Gallery Name', 'label': 'Flower',
'url': 'http://static.flickr.com/119/294309231_a3d2a339b9.jpg'},
{'caption': 'My Gallery Name', 'label': 'Nice waterfall', 'url':
'http://www.widerange.org/images/large/plitvicka.jpg'}];
</script>
<a href="#" onclick="return GB_showImageSet(image_set, 1)">Show first
picture in image_set</a>
this is a example for how initialize the data to image_set.
I want show the label for each image. The caption on top window is the
Gallery group name and th label param is the text to show in each
image. How do I add this feature?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---