Skip to content

hideOptionAt

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function hides the SELECT list option at the given zero-based index.

Signature

hideOptionAt(index)

Parameters

( index ) The index of the option to hide.

Example

spec['SelectList'].hideOptionAt(3);

Clone this wiki locally