-
Change Dropdownlist Script
Hi, I’m interested in the following possibility.
Is it possible after running the script, when clicking on the button, to change an already existing DropDown list?What command is needed for this? I’m talking about a dropdown list inside a script
I figured out that you need to remove the existing list first – removeAll();
And how to create a new one, with an array, and not piece by piece through add(“item”, “name”);