Determines whether a specific radio option is selected.
Specifies the unique identifier of a Radio Group field.
Specifies the unique identifier of a specific radio option button in a group.
True if the check button is selected, false otherwise.
ca_pam_isSelectRadio('Form.Transportation', 'Form.Transportation.Option_01_Air')
Transportation is a group with two option buttons with the following IDs:
This example returns "true" if the Air option button in the Transportation group is selected or "false" if any other option is selected.
|
Copyright © 2013 CA.
All rights reserved.
|
|