Skip to main content
1-Visitor
October 6, 2018
Solved

How to display images in Repeater using Value Display widget ?

  • October 6, 2018
  • 2 replies
  • 1324 views

Hello,

 

I have a File Repository Thing where it contains a folder with certain images in Storage.

I have to display the images in Repeater Widget.

It should contain 'n' number of columns as 'n' number of images a folder contains.

Is there any way to do?

 

Thanks for support !

 

 

Best answer by wposner-2

Call the GetFileListingWithLinks service  on your repository and bind the downloadLink property to the data property on your value display.  Change the renderer of your value display widget to URL Link.

2 replies

wposner-21-VisitorAnswer
1-Visitor
October 8, 2018

Call the GetFileListingWithLinks service  on your repository and bind the downloadLink property to the data property on your value display.  Change the renderer of your value display widget to URL Link.

Support
October 15, 2018

Hi @alekhya.

 

If the response provide by @wposner-2 answered your question, please mark it as the Accepted Solution for the benefit of others who may have the same question.

 

Regards.

 

--Sharon