I have a queue on my page (a List), and I need to be able to programmatically access its selected item(s) from JavaScript. I see that in the docs for the List object there is a method called getSelectedItems that gives me the selected items.
My problem is I do not know how to obtain the List instance for my particular queue on the page.
Question
How do I obtain an existing List component on the page via the Javascript API
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.