-
Notifications
You must be signed in to change notification settings - Fork 1
hideOption
jdubs edited this page Oct 23, 2016
·
1 revision
This function finds the SELECT list option whose value or text matches the given parameter and, if found, hides the option.
hideOption(value)
( value ) The option value or text to hide.
spec['SelectList'].hideOption('Testing');