3.2.0

Combo Item Selected

I want to be able to get the selected item in a combo box. I tried obj.getCellText but that didnt work. In javascript you can use the .selectedIndex or .value property to get the value of the selected item. What is the syntax to get the value of the item selected in a this
combo box
Shaleen
January 27,
use obj.getSelectedItems()
ralf
February 3,

This topic is archived.

See also:


Back to support forum