When using Javascript, is there an Apex built in to get the value of a radio group?
Posted
by carpenteri
on Stack Overflow
See other posts from Stack Overflow
or by carpenteri
Published on 2010-05-07T11:29:29Z
Indexed on
2010/05/07
12:28 UTC
Read the original article
Hit count: 354
Friends,
My apex page has several different radio groups, each one can have the value of Yes or No.
When the user presses a button I need to capture the values of these radio groups in the javascript processing for the page and then "do stuff" dependent on their values.
Is there an Apex Javascript API that I could utilise to obtain the values? or will I need to implement a function similiar to this?
Thanks in advance for any help you can provide.
© Stack Overflow or respective owner