Hi Rasmus,

I'm not quite understanding the reference to .att_file.  What is the
value of this in the JSON file?

If it is a "single value" (e.g., 'IDL2morning_run.png') then you
should be able to do something like:
<a ex:href-subcontent="http://server/path/{{.att_file}}";>
Link Label
</a>

HTH,
-Mark



On Nov 3, 3:15 am, rasmack <[email protected]> wrote:
> Hi there,
>
> I've got myself a little Exhibit.Thumbnail view. In that I have a lens
> where I display selected information. For one of my entries, this
> snippet:
>
> <SPAN ex:if-exists=".att_file"><span ex:content=".att_file"></span></
> span>
>
> returns "IDL2morning_run.png and IDL2dayrun.png"
>
> Now I want to construct a list of links instead. However,
>
> <a ex:content=".att_file" ex:href-subcontent="http://server/
> {{.att_file}}"></a>
>
> returns a link to "http://server/IDL2morning_run.png"; with the link
> text  "IDL2morning_run.png and IDL2dayrun.png". How do I make it give
> me a list of links instead?
>
> Cheers,
> /Rasmus :-)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to