Skip to main content
Nintex Community Menu Bar

Get selected items from Listview control?

  • May 9, 2017
  • 4 replies
  • 19 views

Forum|alt.badge.img+8

Is there anyway to get the selected items in a listview control using javascript?

4 replies

Forum|alt.badge.img+14
  • Scholar
  • May 18, 2017

try

NWF$('.LVCtrl .s4-itm-cbx:checked')

LVCtrl is your custom CSS class assigned to listview control


Forum|alt.badge.img+8
  • Author
  • May 18, 2017

That's great but how do I get a handle to the items?    Would I just need to parse the text in the view?   Or is there a better way?


Forum|alt.badge.img+14
  • Scholar
  • May 18, 2017

What do you mean with "handle"?

you will need to  parse data out of DOM


Forum|alt.badge.img+14
  • Scholar
  • September 24, 2017

Hi ‌, did you succeed with this?