Skip to content

hideOption

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function finds the SELECT list option whose value or text matches the given parameter and, if found, hides the option.

Signature

hideOption(value)

Parameters

( value ) The option value or text to hide.

Example

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

Clone this wiki locally