cancel
Showing results for 
Search instead for 
Did you mean: 

is that possible to hear an event from a select-option?

Former Member
0 Kudos

hi experts

I m developing a WD4A application, I noticed that we can define an event for almost every UI element such as input filed etc. except for select option, since it is defined in Component usage. So I wonder if it possible to hear event of a select option?

if yes, pls hint

many thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hallo ,

you can subscribe to handle the events from select-options. Select option event are

ON_CANCEL

ON_CHECK

ON_ENTER

ON_EXECUTE

ON_OVS

ON_RESET

use the wdr_select-options component usage for these events to subscribe.

Answers (0)