Friends,
There are several different groups of radio stations on my apex page, each of which may have a value of "Yes" or "No"
When the user clicks the button, I need to fix the values of these radio groups in javascript processing for the page, and then “do things” depending on their values.
Is there an Apex Javascript API that I could use to get values? or do I need to implement a function similar to this ?
Thanks in advance for any help you can provide.
source
share