cancel
Showing results for 
Search instead for 
Did you mean: 

OnChange Event

Former Member
0 Kudos

hi all,

can i create a event that gets automatically fired whenever there is any change in the value of a attribute

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are using NetWeaver CE 7.1, then your problem can be easily solved!

Every UI element within Web Dynpro will have a property called onChange(). You can write your event-handler method in here.

In case, you are not using CE 7.1, then you will have to create the event-handler all by yourselves.

Kishan

Former Member
0 Kudos

Hi,

Yes you can do it using the onChange property of the UI Element.

The Event will be fired whenever u change the value of the UIElement.

onEnter. This event is triggered when the user chooses ENTER.

u2022 onChange. This event is triggered when the InputField loses focus and the value has been changed.

Regards,

Gayathri.