Skip to content

showOption

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 and hidden, shows the option.

Signature

showOption(value)

Parameters

( value ) The option value or text to show.

Example

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

Clone this wiki locally