cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdownbyindex

Former Member
0 Kudos

Hi,

What are the events for Dropdownbyindex ?

Thanks,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Teja,

onSelect:

which describes the action that is executed when the user selects a different list entry from the dropdown box.The newly selected index (starting from zero) is passed as an event parameter.

regards,

Answers (2)

Answers (2)

gill367
Active Contributor
0 Kudos

Hi Teja,

Dropdownbyindex has only one event that is onSelect.

When you select a different list entry from the dropdown list box, the event handler for this event will execute. The newly selected index (starting from zero) is passed as the event parameter.

check this link for more details.

[LINK|http://help.sap.com/saphelp_nw70/helpdata/EN/e8/5db441b0133531e10000000a155106/frameset.htm]

Regards,

Sarbjeet Singh

Former Member
0 Kudos

Hi,

For DropDownByIndex,

Only one event will be there.

OnSelect

You need to create a value node and an attribute under that node and bind that attribute to "texts" property of DropDownByIndex ui element. This "texts" property is the mandatory for DropDownByIndex UI element.

DropDownByIndex Documentation:

http://help.sap.com/saphelp_nwce10/helpdata/en/4a/8613e41629344194e4f40393740d51/frameset.htm

DropDownByKey Documentation:

http://help.sap.com/saphelp_nwce10/helpdata/en/4a/8613e41629344194e4f40393740d51/frameset.htm

Regards,

Charan