Hi,
I am using simile exhibit and I have an array with image urls, which I
want display. My Array looks like this:
Array
(
[0] => Array
(
[thumb_size] => width="55" height="90"
[thumb] => image1_small.jpg
[medium_size] => width="110" height="180"
[medium] => imgage1_big.jpg
)
[1] => Array
(
[thumb_size] => width="55" height="90"
[thumb] => image2_small.jpg
[medium_size] => width="110" height="180"
[medium] => image2_big.jpg
)
)
I've tried this statement, but it doesn't work, because I need nested
foreach:
<div class="productimages" ex:content="foreach(.images, concat('<a
href=\'', value, '\' onclick=\'return false;\'><img src=\'', value,
'\' height=\'90px\' /></a>'))"></div>
Thank you for your help!
Best regards,
Stephan
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en.