Hello all,
I'm trying to use the GB_showFullScreenSet functionality in a loop in
smarty without any success.
In the loop I'm using the id of each category in order to find its
associative subcategories. So in the end with the help of Greybox I'll
have in one page the category details and in the second one its
subcategories.
The thing that I'm trying to do is the following that I found in
discussions but in a dynamic way. Is this possible?
<script>
var nameofpageset = [
{'caption': 'Google', 'url': 'http://google.com/'},
{'caption': 'Yahoo', 'url': 'http://yahoo.com/'},
{'mypage': 'My Dog', 'url': 'http://mydog.com/'}
];
var myotherpageset = [
{'caption': 'yada', 'url: 'http://yadayadda.com/'},
....(2),
...(3),
etc.
];
</script>
Thanks in advance,
Penny S.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---