Skip to content

removeOption

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function shows all hidden options in the SELECT list.

Signature

removeOption(value)

Parameters

( value ) The option value or text to remove.

Example

spec['SelectList'].removeOption('Testing');

Clone this wiki locally