-
Notifications
You must be signed in to change notification settings - Fork 1
getOptionIndex
jdubs edited this page Oct 23, 2016
·
1 revision
This function returns the index of the SELECT list option whose value or text matches the given parameter, with priority givent to value. Returns -1 if no matching option is found. “Hidden” options are taken into account.
getOptionIndex(value)
( value ) The option value or text to find
spec['SelectList'].getOptionIndex('Testing');