Thank you very much, it works as expected.
2013/3/22 David Karger <[email protected]> > You put display instructions for the individual values *inside* the tag > that selects those values. also, you make use of the special > ex:contant="value" syntax to refer to a thing instead of a property of a > thing. e.g. in your case: > <div ex:content=".test_list"> > <div ex:content="value"></div> > </div> > > the outer div selects the set of .test_list values (0,1,2). It then > duplicates its own inner contents for each of those values, filling in any > "value" contents it encounters with the value it is currently using. > > I've hacked an example of this into > http://people.csail.mit.edu/**karger/Exhibit/Nobelists/test.**html<http://people.csail.mit.edu/karger/Exhibit/Nobelists/test.html> > in the list of names under each winner's name. > > > On 3/22/2013 1:24 PM, Сергей Мещерин wrote: > >> Good day, colleagues! >> >> Suppose we have item with "test_list": ["0", "1", "2"] property. I >> display item with lens with this description: <div >> ex:content=".test_list"></div>**. The problem is that this item is >> displayed like: >> >> "0, 1 and 2". >> >> But I want to see: >> 0 >> 1 >> 2. >> >> How can I configure the lens (or whatever) to achieve this? >> -- >> 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 >> simile-widgets+unsubscribe@**googlegroups.com<simile-widgets%[email protected]> >> . >> >> To post to this group, send email to >> simile-widgets@googlegroups.**com<[email protected]> >> . >> Visit this group at >> http://groups.google.com/**group/simile-widgets?hl=en<http://groups.google.com/group/simile-widgets?hl=en> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> >> >> > -- Best regards, Metcherin Sergey. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
