-
Notifications
You must be signed in to change notification settings - Fork 1
hideOptionRangeAt
jdubs edited this page Oct 23, 2016
·
1 revision
This function hides the SELECT list options within the given index range, inclusive.
hideOptionRangeAt(fromIndex[,])
( fromIndex ) The zero-based index of the first option in the SELECT list to hide. ( toValue ) Optional. The zero-based index of the last option in the SELECT list to hide. If omitted, all options from fromIndex to the end of the list are hidden.
spec['SelectList'].hideOptionRangeAt(1, 5);