cancel
Showing results for 
Search instead for 
Did you mean: 

Event on selecting a value from Dropdown list

Former Member
0 Kudos

Hi

How to trigger an event immdiately after selecting a value from the dropdown list .

Thanks

Sekar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

DropdownByKey:

public IWDAction getOnSelect()

Returns the action to which the event onSelect is mapped. The action performed when the selection of this drop-down list box is changed. Event parameter is the key of the new selected entry.

Returns:

the action to which the event is mapped

See Also:

mappingOfOnSelect()

DropDownByIndex:

public IWDAction getOnSelect()

Returns the action to which the event onSelect is mapped. The action performed when the selection of the drop-down list box is changed. Event parameter is the zero based index of the new selected value.

Returns:

the action to which the event is mapped

See Also:

mappingOfOnSelect()

Armin

Former Member
0 Kudos

hi,

There is a default action for selection called "onSelect" .. check in the dropwdown properties..

When a selection is made this action is trigerred..

Rgds

Bharathwaj