cancel
Showing results for 
Search instead for 
Did you mean: 

Event generation onFocus

Former Member
0 Kudos

HI all ,

I have a specific requirement for my webdynpro application . I just want to trigger an event when the user focus on an input field . Is this possible ?

Thanks

Aneez

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I believe that is not possible. The events available with the UI elements have been specified in the properties of each UI elements.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks naufal . Can you point me some sample coding or some other help url to achieve this .

Aneez

Former Member
0 Kudos

I don't know if this would satisfy your requirement.

Go to the properties of the UI element to which you need to provide the event. There under events you would fine th event onEnter; map the action Handler you need to execute to this event.

So when the user presses the enter after focussing on the UI element the action handler would be executed.

Please let me know if you need to be more elaborate.

Noufal

Former Member
0 Kudos

Thanks . This is unfortunate . Can anybody give more detail on this .

Former Member
0 Kudos

This requirement cannot be created in Web Dynpro as JavaScripting is not supported. May be you can provide some event on the onEnter event of the UI elements, if that would satisfy your requirement.

Noufal