cancel
Showing results for 
Search instead for 
Did you mean: 

Information Display for values of drop by key UI before making a selection

Former Member
0 Kudos

Hi All,

Let to me to explain my requirement with an example.

I have a dropdown with fixed values say Countries List

JAPAN

INDIA

USA

UK

SINGAPORE

MALAYSIA

While making a selection in dropdown suppose when user places cursor on JAPAN, information related to JAPAN should come. If user places cursor on INDIA, information related to INDIA should come same for others.

How can I achieve same as we have yet not captured the value in dropdown?

If this is not possible suggest me alternatives what best can be done.

Regards,

Madhvika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

When you select a value in he dropdown , there is method in the properties of the dropdown ie Onselect

which is called each time when a value is selected and you can write your logic here.

Regards

Kuldeep

Former Member
0 Kudos

As far as i know there is no mouse over selection event. So what you are trying to achieve is not possible .

Other options are obvious i think, let the lead selection happen like navigation list and via view switch display respective view.

See example in WDR_TEST_EVENTS