Skip to content

showOptionRangeAt

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function shows the hidden SELECT list options within the given index range, inclusive.

Signature

showOptionRangeAt(fromIndex[,])

Parameters

( fromIndex ) The zero-based index of the first option in the SELECT list to show. ( toValue ) Optional. The zero-based index of the last option in the SELECT list to show. If omitted, all options from fromIndex to the end of the list are shown.

Example

spec['SelectList'].showOptionRangeAt(1, 5);

Clone this wiki locally