When using Javascript, is there built-in Apex to get the radio group value?

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.

+3
source share
1 answer

, , APEX API $f_SelectValue , .

+3

Source: https://habr.com/ru/post/1744489/


All Articles