SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

how to display images in a dynamic list

I am trying to populate a list with specific images in the list and it's not working for me. My web service returns a list of image URLs which I can display in the list and assign to a label variable in the list. I had tried to "Set HTML attribute" for the image in the list, setting the "SRC" to the URL, but it doesn't work.

Each image item in the list will have a different image URL based on the web service. Is this possible to do?

Please help.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to display images in a dynamic list

Try putting an image inside the list item, then map the URL to image's asset attribute.

SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

how to display images in a dynamic list

that worked! Awesome!

Return to “Issues”