-
Notifications
You must be signed in to change notification settings - Fork 1
removeOptionRange
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 range of options that appear in the list between fromValue and toValue, inclusive.
removeOptionRange(fromValue[,])
( fromValue ) The value or text of the first option in the SELECT list to remove. ( toValue ) Optional. The value or text of the last option in the SELECT list to remove. If omitted or not found, all options from fromValue to the end of the list are removed.
spec['SelectList'].removeOptionRange('Testing2', 'Testing6');