Skip to main content
1-Visitor
October 20, 2015
Solved

Is it possible to use image as a link in mashup?

  • October 20, 2015
  • 1 reply
  • 2714 views

I've got a service returning the imagelink I'd like to use for image widget.

Is it somehow possible to use that image as a link?

Would it also be possible to have the link change when the imagelink changes (based on service response) ?

Imagelink gives an image describing a state but the web link should point elsewhere.

Just thinking if this is possible. The more important thing for now would be to get the image widget work as a link (adding onclick event or such?)

Best answer by CarlesColl

It should be possible with a Value Display, you can use "Renderer And State" in order to show different images depending on the State, and also has a Click event in order to detect the click an link to elsewhere.

1 reply

1-Visitor
October 20, 2015

It should be possible with a Value Display, you can use "Renderer And State" in order to show different images depending on the State, and also has a Click event in order to detect the click an link to elsewhere.

1-Visitor
October 20, 2015

Well, also the Value Display can render a ImageLink, hence you can use the result of the service too in order to change the image.