cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse Eventing in WebDynpro

Former Member
0 Kudos

Hello frnds,

I am aware that mouse eventing is not possible in WebDynpro. However I have a requirement as follows.

In a view i have a table and one column of it is having input field with pre-populated value 0. My requirement is like if user will click on that input field then the 0 should be over written as if keyboard's insert button is on.

Can we achieve it with some work around?

Thank you

Shobhan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shobhan,

Try this in Java Script.

check this link

<a href="/people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro

regards

Sumit

Former Member
0 Kudos

Hi,

i cant understand can u tell me clearly....whether u want to change that input field into button while clicking that input field?

Former Member
0 Kudos

Hi Suresh..

I don't want to change input field to button.. i want whenever user clicks the input field for kyeing in any input then the prepopulated 0 in that field should be overwritten. Now what is happening is if user want to enter 8 in that input field he/she has to delete the pre existing 0 or else they may end up entering 80 instead of 8.

hope now the issue is clear

Regards

Shobhan