Page 1 of 1

how to display images in a dynamic list

Posted: Sat May 26, 2012 4:01 am
by SteveLacy

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.


how to display images in a dynamic list

Posted: Sat May 26, 2012 9:56 pm
by maxkatz

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


how to display images in a dynamic list

Posted: Sun May 27, 2012 10:26 pm
by SteveLacy

that worked! Awesome!