cancel
Showing results for 
Search instead for 
Did you mean: 

Icons inplace of the buttons on the applications

Former Member
0 Kudos

Hi all,

I have buttons on my web dynpro application, like for deleting a line item I have a button "Delete row" and for printing the document I have a button called 'Print', will it be possible for me to replace these buttons with the graphics like for delete a trash can and for printing a print icon ?

Thanks,

Rajat Garg

Accepted Solutions (1)

Accepted Solutions (1)

phanir_mullapudi
Active Participant
0 Kudos

Hi,

Yes. you can change button properties to achieve this.

Make Sure property 'ImageFirst' is selected.

Then provide an Image Source for property ImageSource. you can use the search/value help to select an appropriate Icon for Image.

Let me know if this helps you.

Regards,

Phani

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

Raja,

You can directly use the System provided icons, you will find imagesource property in button properties. In that you will find small icon like square box, if you click on that you will all the system provided icons, you can select your required one.

Regards

Srinivas

saravanan_narayanan
Active Contributor
0 Kudos

Hello Raja Garg,

Go for LinkToAction UI element and maintain only the imageSource. This will give the look and feel of image/icon being clicked.

BR, Saravanan