cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a button like the google search button for my Web Dynpro

Former Member
0 Kudos

I am trying to create button which has the same look and feel as the google button for my web dynpro application. I tried creating a mime object and giving it as the image source of my button, but that just puts the button image on one side of the already existing button. Is there any way in which I can change the look and feel of the std button provided ?

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hello,

Try a link to action UI element. You can configure an image against it, and any click on the image or text (if you chose to have text, probably not in your example) would fire an event you could then respond to.

Hope thois helps,

Chris

Former Member
0 Kudos

Thanks a lot . It helped us a lot

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chris & Vikrant,

I used the link to action element with an image, because I needed to trigger an event with the button click. Thanks for your help.

Ashish.

Former Member
0 Kudos

Hi,

You can try with Image UI element.