Skip to content

hideAllOptions

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function hides all options in the SELECT list.

Signature

hideAllOptions()

Parameters

( 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.

Example

spec['SelectList'].hideAllOptions();

Clone this wiki locally