Hello, I'd like to show multiple images in a single lens.
The urls to the images should preferably be stored in the same property (just like typical multiple text property, as their number may vary for different items). How to best handle this? Currently using Exhibit 3.0 (scripted) and native googleSpreadsheet converter, and can't find a way to do it... finding no "for-each" or other iterative like construct. My current lens consists of smthg like below (HTML5 style), where I actually would like to have multiple illustrations pictures from the urls stored in "illustration" property. .logo displays properly as it is a single image, but .illustration src attribute is filled with the text value (eg "http://url-to-pic1.jpg; http://url-to-pic2.jpg; http://url-to-pic3.jpg") of the google spreadsheet. <div data-ex-role="lens" style="display: none;"> <div data-ex-if-exists=".logo" class="logo"><img data-ex-src-content=".logo"></img></div> <h3 data-ex-content=".label" class="title"></h3> <ul class="metadata"> <li data-ex-if-exists=".principle"><span class="head">Principles: </span><span data-ex-content=".principle"></span></li> </ul> <ul class="gallery" data-ex-if-exists=".illustration"> <img data-ex-src-content=".illustration"></img> </ul> </div> any pointer would be appreciated, thanks. B. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
