There is the getValue() and getSelectedItem() command for listboxes, but these all select one item. There is also the getSelectedMultiple but I don’t want people to have to select every item in there listbox to select them all. So, the question is, how can I select all the items in a listbox at once?