Skip to content

getSelectedOptionIndex

jdubs edited this page Oct 23, 2016 · 1 revision

Overview

This function returns the index of the SELECT list option that is currently selected. “Hidden” options are taken into account (unlike built-in selectedIndex property).

Signature

getSelectedOptionIndex()

Example

spec['SelectList'].getSelectedOptionIndex();

Clone this wiki locally