Previous | Next | (P-PDF) Forms & FDF
Topic: Re: Check boxes checeking in unison
Conf: (P-PDF) Forms & FDF, Msg: 27738
From: mleckie
Date: 9/28/2001 05:27 AM
I agree, this is a serious bug. I have never seen check boxes that act like radio buttons. That defeats the whole purpose of having the two different controls. Big mistake.
.
On 7/16/2001 11:23:00 AM, Bruce Manford wrote:
>On 7/13/2001 2:48:00 PM, rperelma wrote:
>
>>If you want the old behavior, where you
>>have multiple copies of a checkbox that
>>all get checked simultaneously when you
>>check one of them, you can easily
>>achieve this using JavaScript. Attached
>>is a sample illustrating this.
>
>I have tried your suggested solution.
>With some difficulty I made it work
>across four check boxes. This is
>extremely fiddly and time consuming. I
>preferred the old behaviour - it was
>much simpler to use and set up. The
>easy way to avoid the repetitive action
>I want was simply to use different check
>box names. I cannot imagine why anyone
>would want the new system.
>
>Bruce