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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Selectable image widgets

gsee
1-Newbie

Selectable image widgets

Hi,

I'm wondering if there's anything out there that allows multiple images to be displayed in a widget. I'd like the image set to be selected by the user. Right now the best idea I have is a menu list sidebar and figuring out how to send different images to a repeater.

Thanks!

-Gloria

1 REPLY 1
sdejager
1-Newbie
(To:gsee)

Hi,
A possibility would be to write a service which returns all the possible images.
Couple the output of this service to a repeater and make the repeater selectable.
The selected row of the service gives you the image the user has selected.

Hopes this helps,
Kind regards,

Simon

Top Tags