cancel
Showing results for 
Search instead for 
Did you mean: 

onAction for the UI element "Image"

Former Member
0 Kudos

Hi,

I'm using the UI Element Image and I need to know if the User click on it.

So, I was wondering why there is no Event onAction on this element and if you know an other element to do this.

Thanks

Philippe.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes, I have implemented in the same way in one application.

Use LinktoAction UIElement and set the Image to the UIElement.

Regards, Anilkumar

Former Member
0 Kudos

Hi

There is no event for Image ui element. If you want an action to happen when you click on a image then the maximum you could do is create a button and attach a image to the Image property of the button. That should help you to achieve your requirement.

regards

ravi

Former Member
0 Kudos

Hi

Armin thats a nice option. I have never thought of that. i guess thats a much better way to do it.

regards

ravi

Former Member
0 Kudos

Thanks, perhaps we should document it better.

Armin

Former Member
0 Kudos

Use IWDLinkToAction with image (property "imageSource").

Armin