Disables the single checkbox group separated checkboxes

checkbox problem.jpg

in this form, I want that the box 'the reactions of people' to disable the ability to select the other fields and vice versa. I tried to do it with the following script,

function disable_check_boxes_DDC()

{

var cAgree = this.getField ("ReactionsOfPeopleAllSafe") .value;

If (cAgree == 'Yes') {}

do the following check boxes read-only

oField var = this.getField ("AdjustPPE");

oField.readonly = true;

oField = this.getField ("ChangingPositions");

oField.readonly = true;

oField = this.getField ("RearrangeJob");

oField.readonly = true;

oField = this.getField ("StoppingJob");

oField.readonly = true;

oField = this.getField ("InitiatingSafetyStandards");

oField.readonly = true;

oField = this.getField ("OtherReactions1");

oField.readonly = true;

oField = this.getField ("OtherReactions2");

oField.readonly = true;

} else {}

make radio buttons RW

oField var = this.getField ("AdjustPPE");

oField.readonly = false;

oField = this.getField ("ChangingPositions");

oField.readonly = false;

oField = this.getField ("RearrangeJob");

oField.readonly = false;

oField = this.getField ("StoppingJob");

oField.readonly = false;

oField = this.getField ("InitiatingSafetyStandards");

oField.readonly = false;

oField = this.getField ("OtherReactions1");

oField.readonly = false;

oField = this.getField ("OtherReactions2");

oField.readonly = false;

} / / end of process of check boxes

}

But can not quite make it work.

Any advice would be great!

I use Adobe Acrobat X Pro

This line of code to the beginning must be:

var v1 = event.target.value;

Assuming that you placed in the mouse event to the top of the box. In addition, remove the brace you have after the comment.

In addition, you don't need all the other lines of code. If you have changed the field names as suggested, the code I posted should work.

Tags: Acrobat

Similar Questions

  • Is it possible to disable the radio button group?

    Hello.

    I want to know is - it possible to temporarily disable the radio button group? Because IM planning group temporarily disable the radio button in my project so that the timer to pause. Can someone help me?

    No you have to use the names of buttons, for example:

    Btn1. Enabled = btn2.enabled = btn3.enabled = false;

  • Disable the 3 checkboxes with the monetary value of exports.

    I have 3 boxes export a dollar figure to a text box. For example, verify that the box has $3070,00, box B exports 2210.25 exports and box C exports 1043.75. I have another check box named "already paid" to indicate that one of the amounts in boxes A - C has been paid. I would like to disable the check boxes A - C and their associated text boxes (i.e., remain 0.00) when "previously paid" is checked. End user use Reader and will need ability to uncheck 'previously paid.' Thank you ninjas script Acrobat.

    You can set the check box to make the other group of check box read only on the mouse to the top using JavaScript when the box is checked and make the group read write when not checked.

  • Disable the smartshape button group

    Hello

    I created a question grid with 12 buttons smartshape (6 lines with 2 buttons on each line).

    I use shares advanced with the buttons. I know you:

    • Impossible to disable a group
    • can disable each smartshape button.

    To save me from disabling each smartshape button is there anything I can put on the buttons so that the user cannot click on them after clicking on send.

    that is, if the user clicks on a button, nothing happens.

    I don't want to hide the buttons.

    Captivate 8.0.1.242, answer no, HTML only, no LMS.

    Concerning

    Donal.

    With Captivate most interactive buttons or boxes to click on the affected areas remain active even when something is placed on top.  So just use the advanced Actions to disable the buttons.  It is the most reliable method.

  • Disable the single column of Table

    Hi all

    It's perhaps something very stupid to ask.

    Would have a Table control in which two first column will not be editable by the user and remaining user.

    How can I go about disabling the two columns of the table control?

    Thanks in advance.

    The attached code turns off the first two rows, but to change it to columns simply change the value to unbundle to column.

  • How can I disable the "single cartridge" message after each page (J110a printer)

    I just bought this printer to print only in black ink.  It works fine, but after I print every page I get a message...

    > When the HP printer operating mode single-cartridge, a message appears on the screen. If the message appears and two ink cartridges are installed in the product, make sure that the piece of plastic tape protection was removed from each print cartridge. When the Ribbon plastic covers of the print cartridge contacts, the product cannot detect the cartridge is installed.

    This message is useless and annoying.  It seems to be a blatent attempt sell color ink.  How do I turn it off?  Please answer quickly, that my time is running out to return the printer to the store because of this

    Thank you

    This widget could not be displayed.
  • Disable the single node rac 11 GR 2

    Hello

    We have 2 node rac 11r2 aim to test how to disable a node oracle 11 g 2?

    Thank you

    Hello

    Still not very clear, but what I understand is -.

    "We have 2 node oracle rac 11rg r2 for the objective test when running on the database of the two node 1 & 2 we must restart the node 2nd server sometimes." What happens to the databases and cluster? "

    As you're running 2 bow TIE, if stop you the instance on node 2, db will still be available for access that users can connect to the instance on node 1 1. If take you down the instance and the cluster on node 2, node always 1 and 1 instance will be available to the user.

    HTH

    Anand

  • How can single checkbox can be selected in the table with Boolean checkboxes?

    I have a table editable ADF where an attribute is a Boolean checkbox... and stores the value with Y or N.

    Is there a way where the single checkbox must be selected at time of posting?

    For example, in the case its a table of responses to a choice unique to an application of Questionnaire, Question by adding new responses to the table..., the user inserts 3 rows (answers)... then the Boolean checkbox for only one of these 3 rows can be verified.

    Thank you
    DJ

    Since you have an attribute that has the "Y" or "n" for each line.
    When the user selects a line, you must deselect the other lines using the value change listener pro-grammatically.
    If the number of rows is large, it could be performance intensive.

    Thank you
    Nini

  • Disable the checkbox on pageload tabular

    Hello

    I'm trying to disable the checkbox column in the form of page loading.

    Can someone help me please.

    Apex. Oracle.com

    App: 41830 page 1

    w/u/p: nani5048/test/test

    I don't know I tried to access apex.oracle.com, but I think that downs now

    so in fact on my local

    Simply create a dynamic action on your page 1

    as follows: -.

    the event action: -.

    change

    selection type:-jquery selector

    [name = "f01"]

    where f01 is East of your checkbox can be checked by firebug

    condition = expression javascript

    $("[id*='f01']").attr ('disabled', true);

    create a real action

    expression of JavaScript

    Yes, the page loads

    $("[id*='f01']").attr ('disabled', true);

    the fact that it is.

    If any problem

  • Resize the system checkbox and radio buttons system

    Is it possible to resize the system checkbox and radio buttons system. If we right click on one of them and go to properties, size controls are disabled. I wonder if it's feasible.

    Also I noticed that I could add the new radio buttons to do a right-click and choosing Add new button. Is it possible to achieve this programattically.

    Kind regards

    Austin

    AustinCann wrote:

    Is it possible to resize the system checkbox and radio buttons system. If we right click on one of them and go to properties, size controls are disabled. I wonder if it's feasible.

    As mentioned, system controls cannot be customized, because they depend on the windows theme. However, here are some Boolean values, so all you need to do is use an ordinary Boolean value and import the graphics that you want in the case of true and false. They can easily be made to look like an oversized check box. More details, especially about radio buttons can be found here.

    AustinCann wrote:

    Also I noticed that I could add the new radio buttons to do a right-click and choosing Add new button. Is it possible to achieve this programattically.

    You could probably do it in edit mode programmatically by using scripts. You can't do it at run time.

    To fill a RadioButton with new Boolean values, you can simply drag the new values Boolean inside or even shift-do drag an item to create a copy of it. Don't forget to change the labels to something intuitive.

  • How we use the variable checkbox?

    I use Cap 8. Finally, I want to set a variable to store the user's decision to play any narration automatically, or do not play automatically narration.

    A check box appears as a perfect way to let the user make this decision, so I used the box widget to display only a single checkbox. Successfully, I set the text property of checkbox and entered a unique variable name (myNarrationDefault) to store the State of the checkbox. Now how to access the variable?

    I added a text field, so I could see the value of this variable. However, when I try to insert a variable, I don't see the new user variable, in the list. Then I tried to add an action to a button just to see if the variable appears in the tool; There can be no.

    I'm doing something wrong?

    Thank you

    Pete

    In fact, you will need to create so that the variable you made in the interaction interface, CP does not do it for you, project/Variables in the top Menu.

    When the box is checked, the value is then assigned to the variable.

  • Disable the group messages

    My group of messages has been turned OFF and yet I keep getting responses from people outside the message.  In other words, my mother's iMessage me.  It will look like that just only my mother until I get a text separated from someone else, that she sent the Group message.  Then... My texts do not arise in the form of group messages, but I get RESPONSE of EACH and their.  I end up getting texts from 1 million foreigners and answers to everything from everyone.  How can I stop this? Someone please help - it is becoming so annoying!

    This is because your mother included you in a text for the group. You have no control over this. Separate responses are because they always have you included in the created group your mother. Your mother needs to withdraw from the draft of the group.

  • How to disable the boot into single user mode SIP?

    Hi all

    My MacBook Pro (bought in May 2011, out of warranty at this stage) is not able to start. I think that the graphics card is dead, I can boot into single user mode and run the Apple Hardware Test (no problem found). I found this acticle (https://people.cam.cornell.edu/~zc227/extras/early2011mbp_graphics.html), but I can't follow the steps to start the Mac to avoid the AMD card, such as the SIP is activated (cannot move road file extensions).

    I can't boot into recovery mode, due to the inability to start the graphical mode. Any other way to disable SIP?

    Thanks in advance.

    Ana

    In the developers page: security configuration is stored in NVRAM, rather than in the file system itself. As a result, this configuration applies to all Mac OS X installations across the entire machine and persists through installations of OS X than Protection of the integrity of support system.

    To enable or disable the Protection of the integrity of the system, you must start on recovery OS and run the csrutil(1) command from the Terminal.

    Integrity https://support.apple.com/en-us/HT204899 Protection System

    This command can be run without root privileges and will tell you whether or not the SIP is enabled.

    to find out whether the SIP is enabled or disabled, run

    status of csrutil

    to disable SIP:

    copy & paste the following and then press ENTER:

    csrutil disable

    To activate the SIP

    csrutil enable

    After activation or deactivation of the Protection of the integrity of the system on a machine, a reboot is required.

    There are some options here:

    NetBoot and NetInstall NetRestore requirements in OS X El Capitan - Apple Support

  • I need to know how can I turn off the automatic updates of Firefox, because I work in a business that requires that. In the ideal, of group policy or some ways to disable all the computers on the network

    I need to know how can I turn off the automatic updates of Firefox, because I work in a business that requires that.
    In the ideal, of group policy or some ways to disable all the computers on the network

    Some info here (Group Policy)-> http://www.unidesk.com/blog/how-disable-firefox-auto-updates

    Above article refers to-> http://sourceforge.net/projects/firefoxadm/

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Strategy group by using server 2003 standard edition; I want to disable the software / hardware installation

    Original title: I have a question related to group policy

    I have a question related to group policy

    We are using server 2003 standard edition and I want to disable the software / hardware installation

    users cannot use usb ports, CD/DVD

    Download, streaming audio, video, chat games continuous access app

    How can I disable these things using GPO Windows Server 2003 Standard Edition

    Hello

    Welcome to the Microsoft Windows answers Forum!

    Note that your computer is under domain, you must contact the TechNet forum, where we are the support technicians who are well equipped with knowledge on the issues of domain, do please visit the link provided below.

    http://social.technet.Microsoft.com/forums/en-us/winserverfiles/threads

Maybe you are looking for