Skip to main content
Known Participant
October 4, 2007
Question

Spry Radio Group, sum of values

  • October 4, 2007
  • 1 reply
  • 733 views
I have done this in actionScript, but am wondering if it is possible using Spry radio groups.

I have an html page with 3 radio groups. Each unique radio group has 3 available selections, each with respective numeric values. I would like to be able to make a selection of any of the radio group options, and cause a calculable field to display the sum of the 3 radio group values.

To see the exact example of this, and how it looks in Flash, go here: Sample of what I want, but in Flash

For my current purposes, I could just as easily use the existing calculator that I've already created in Flash. But I want to learn more about the Spry features in CS3, and this seems like a good launching point.

If you can recommend a tutorial, that would be best.

Thank you!

r
This topic has been closed for replies.

1 reply

Inspiring
October 5, 2007
Sbisa wrote:

> I have done this in actionScript, but am wondering if it is possible using Spry
> radio groups.
>
> I have an html page with 3 radio groups. Each unique radio group has 3
> available selections, each with respective numeric values. I would like to be
> able to make a selection of any of the radio group options, and cause a
> calculable field to display the sum of the 3 radio group values.
>
> To see the exact example of this, and how it looks in Flash, go here:
> http://www.viewablebenefits.com/radnet/flash/calc.html
>
> For my current purposes, I could just as easily use the existing calculator
> that I've already created in Flash. But I want to learn more about the Spry
> features in CS3, and this seems like a good launching point.
>
> If you can recommend a tutorial, that would be best.
>
> Thank you!
>
This can be done easily enough with client side js, no need for Spry.
Mick
RealtoastAuthor
Known Participant
October 6, 2007
Mick, thanks for your response. I am now digging for info on javascript for this need.

Can anyone provide a quick reference as to how to go about displaying the selected value of a radio group. I have googled around for some time, and can find all sorts of reference on creating a radio group (which I already understand), but no reference on how to display or use the selected value of a radio group.

Any help appreciated.