Community Tip - You can change your system assigned username to something more personal in your community settings. X
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?)
Solved! Go to Solution.
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.
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.
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.