cancel
Showing results for 
Search instead for 
Did you mean: 

i want to give action when a mouse cursor just placed on an image not on click in sap abap webdynpro?

mangesh_sonawane
Participant
0 Kudos

HI All,

i want to give action when a mouse cursor just placed on an image not on click in sap abap webdynpro.

Please give any suggestion how to do that ?

u can see the example of rating below this question i wanna do the same in sap webdynpro.

Thanks & Regards,

Mangesh Sonawane

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Mangesh,

   Exactly right suggestion by Kiran.

   In WDA certain set of events got triggered and we have action handler for them. We use those action handler to implement our logic.

   The action handler you are lookin is still not available. However as suggested by Kiran using tooltip will be a nice idea if you intend to display some text only.

Regards,

Monishankar Chatterjee

former_member184578
Active Contributor
0 Kudos

Hi,

There are no onMouseOver onMouseOut events in Web Dynpro ABAP like in javascript. So it is not possible in WDA as of now.

If you want to display some text onMouseOver you can use 'tooltip' property.

Regards,

Kiran