-
Notifications
You must be signed in to change notification settings - Fork 1
hideOptions
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, hides the options.
hideOptions(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'].hideOptions('Testing1', 'Testing2');
spec['SelectList'].hideOptions(['Testing1', 'Testing2']);