Returns the index value of the currently selected option in a Select field.
Specifies the unique identifier of the Select field for which to retrieve the option value.
This function returns an array of selected options index.
In the case of a single Select drop-down list, the selected option index can be retrieved by accessing the first element of the array.
ca_pam_getSelectedOptions('Form.VarFillerType')
This example retrieves the index value of the Filler Type that the user chose.
|
Copyright © 2013 CA.
All rights reserved.
|
|