cancel
Showing results for 
Search instead for 
Did you mean: 

Toggle image on mouse over in simple webdynpro application

konchada_saikrishna
Active Participant
0 Kudos

Hi All,

How to toggle images of a button on mouse over, in a simple web dynpro application.

Regards,

Sai.k.k

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is not possible.

Armin

Answers (2)

Answers (2)

konchada_saikrishna
Active Participant
0 Kudos

Since there is no client side scripting, Web Dynpro disables all java script and client event handling, this mouse over event cannot be handled.

Former Member
0 Kudos

Not quite. Web Dynpro does not disable Javascript event handling but reserves it for the framework.

Armin

konchada_saikrishna
Active Participant
0 Kudos

Hi Armin,

I had an image on a button, and no text. the button displays black border and yellow pading to it.

I want just the image as button, how to have this.

Regards,

Sai.k.k

Former Member
0 Kudos

IWDLinkToAction.imageSource = <image URL or filename>

Armin

Former Member
0 Kudos

Hi,

There is no mouse-over event in WD. So you cannot do this.

Regards,

Satyajit.