Skip to content

removeOptionAt

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function shows all hidden options in the SELECT list.

Signature

removeOptionAt(index)

Parameters

( index ) ThThe index of the option to remove.

Example

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

Clone this wiki locally