cancel
Showing results for 
Search instead for 
Did you mean: 

Defince action for Element TextEdit

Former Member
0 Kudos
65

Hi,

I want to define an event for element TextEdit, how can i achieve that in WDABAP.

Enter Event is not possible in TextEdit which is why i want to define some other combination.

Please help

Regards,

Piyush

View Entire Topic
arjun_thakur
Active Contributor
0 Kudos

Hi Piyush,

Enter Event is not possible in TextEdit which is why i want to define some other combination

.

Well, you are right that ONENTER event is not possible in text edit so you need to have an UI element which could trigger an action (like button, linktoaction etc) or ONENTER event is present in Input field UI element you can use that.

Regards

Arjun