cancel
Showing results for 
Search instead for 
Did you mean: 

How to access itemListBox values in action called on Button?

ChandraMahajan
Active Contributor
0 Kudos

Hello All,

i have ListItemBox and button on view. i will be selecting multiple entries and then press button.

i have bounded the listItemBox so that i am getting values. but i dont know how to get selected values in action called on button. i want selected values in further processing.

please let me know.

Regards,

Chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandra.

I guess you can get all selected elements the same way you get it when using a table:

node->get_selected_elements( ).

Cheers,

Sascha