Skip to main content
1-Visitor
May 31, 2016
Question

Selectable image widgets

  • May 31, 2016
  • 1 reply
  • 982 views

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-Visitor
June 23, 2016

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