-
Notifications
You must be signed in to change notification settings - Fork 1
removeOptions
jdubs edited this page Oct 23, 2016
·
1 revision
This function finds the SELECT list options whose values or text match the given parameters and, if found, removes the options.
removeOptions(value[,])
( value ) One or more of the following:
- An individual value representing the text or value of an option.
- An array, where each item represents the value or text of an option.
spec['SelectList'].removeOptions('Testing1', 'Testing2');
spec['SelectList'].removeOptions(['Testing1', 'Testing2']);