Skip to content

showOptionAt

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function shows the SELECT list option at the given zero-based index, if hidden.

Signature

showOptionAt(index)

Parameters

( index ) The index of the option to show.

Example

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

Clone this wiki locally