« Return to Thread: HTML_QuickForm2, getting values of radio elements

Re: HTML_QuickForm2, getting values of radio elements

by Olaf Gleba :: Rate this Message:

| View in Thread

Hi Alexey,

Am 12.03.2012 um 09:49 schrieb Alexey Borzov:

> This should work:
>
> foreach ($FORM->getElementsByName('test') as $radio) {
>    if ($value = $radio->getValue()) {
>        break;
>    }
> }
> [...]

yeah, got it. Thx.

Regardless of the topic i like to say how much i appreciate your help generally. It is very joyful to see you do get response from the (a) package developer itself. And that's not being taken for granted! Thanks a lot for you work (QF2) and taking your time to help.

greets
Olaf





--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 « Return to Thread: HTML_QuickForm2, getting values of radio elements