cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Image....

Former Member
0 Kudos

Hi Guys,

I have added a image(with delete-icon) in a table.Is it possible to make an event of that image? As, In general, image is not having event. Is there any alternate for making image having an event by adding any other element with image? kindly let me know....

Thanks,

Ravin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make your element as a LinkToAction and add an event handler to it. In the link, instead of link text, display only a link image. You can set the same delete icon to be displayed in the link.

Regards

Nithya

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Nithya, I got it....

Former Member
0 Kudos

Is it possible to convert an Image UI element to a Link To Action UI element

Can we add text over an image

Former Member
0 Kudos

You can use LinkToAction control which is having OnAction Event and bind it's imagesource property as well as you can bind it's text property as per your suitability.....

Former Member
0 Kudos

Thanks Ravi

I have more issue, I need to add two different text in Page Header, is it possible

Regards

shabeeb

Former Member
0 Kudos

It's whole depending on your requirement dude, you can use page header (binded with one title) & within it add pageheaderarea having one more pageheader same manner.