cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

How to display images in Repeater using Value Display widget ?

alekhya
5-Regular Member

How to display images in Repeater using Value Display widget ?

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 !

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
wposner-2
12-Amethyst
(To:alekhya)

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.

View solution in original post

2 REPLIES 2
wposner-2
12-Amethyst
(To:alekhya)

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.

slangley
23-Emerald II
(To:wposner-2)

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

Top Tags