cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the contents of a dropdownbox

Former Member
0 Kudos

I have populated the values into the dropdown box . Now I want to read values from that dropdownbox. How can I do that ?

If there is any difference in reading teh dropdownbox by key and by index then, could you please tell me the same also.

can any one help in this ?

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

You just click the <b>code wizard button</b> and read the attribute to which the dropdown box has been bound. with this you can get the current value. in case if you want to get other values, you can get it by index.

Raja T

Former Member
0 Kudos

HI,

Thanks for your information.

What you said is correct. I will add marks to your answer.

Now I wanted to know how to read the itemlistbox fully and its seleced contents.

If you know the coding just help orelse i will post as separate thread.

Thanks

Pons

raja_thangamani
Active Contributor
0 Kudos

you can read using <i>node->get_selected_elements( ).</i>. I see you have opened separate thread for this.

If you are issue is resolved, reward & close thread pls.

Raja T

Answers (0)