Question
Clear List Box Selection
I would like to have a button that clears the selection of a bunch of list boxes. I have tried using the following JS which works well for reseting Radio Bottons:
this.resetForm(["ListBox1"]);
this.resetForm(["ListBox2"]);
What is the equivalent Button JS code for clearing the selection of a list box?
