Radio Buttons in Adobe LiveCycle ®

Поділитися
Вставка
  • Опубліковано 13 вер 2024
  • Adobe LiveCycle Tutorial for the beginner level developer. This video shows how to use radio buttons in pdf forms. It also introduces simple event driven JavaScript to create user friendly effects.
    www.pdfformshel...
    www.truetechtro...

КОМЕНТАРІ • 11

  • @Magus069
    @Magus069 11 років тому

    u can also use the radio button list to write your code, instead of using selectedIndex property, use the rawValue = radioButtonValue(the values you have assigned to the radio buttons), usually i keep it 1-2-3-4-5-6

  • @dajla123
    @dajla123 12 років тому +1

    Hello,
    I wish you can explain step by step how did you make that form, because you just put it without any explication, Thank you.

  • @schase02
    @schase02 10 років тому

    big help, thank you

  • @Truetechtroubleshooting
    @Truetechtroubleshooting  11 років тому

    To change the caption of a Radio Button in a list named "Radio Button List" use the following object reference:
    RadioButtonList.radioButton1.caption.value.resolveNode("#text").value = "hello world!";

  • @amyb220
    @amyb220 11 років тому

    I have select all text fields to be hidden in the Object tab then wrote the script for the Radio Button to make them visible / Invisible. In the Preview, I click the Radio button and it won't let any field to be visible. But if I make all fields visible in the object Tab it works. Is there something I am missing?

  • @chill8678
    @chill8678 8 років тому

    Hi - I really appreciate all your videos. They help me immensely. I'm wondering if it is possible to add some functionality to this, so that the user must choose one of the radio buttons. I've tried making the exclusion group required and that isn't working. Thank you!!

    • @Truetechtroubleshooting
      @Truetechtroubleshooting  8 років тому

      Hmmm....I can successfully set a Radio Button List to "User entered-required" in LiveCycle. Is it possible you are trying to set the individual "radio button" to required instead of setting the "radio button list" to required?

    • @chill8678
      @chill8678 8 років тому

      I'll try that. I'm stumped.

  • @Magus069
    @Magus069 11 років тому

    I've also noticed there is no way to change the displayed text of a radio button with the LiveCycle JavaScript, am I correct? or am I just missing something...

  • @reivanhomeinspectionsinc4399
    @reivanhomeinspectionsinc4399 6 років тому

    Hi, do you have a video showing how to create an ADD PAGE button in adobe lifecycle ?

    • @Truetechtroubleshooting
      @Truetechtroubleshooting  6 років тому

      Not specifically, but it should be much trouble to create a sample that demonstrates this function. Contact me here for direct email help: www.truetechtroubleshooting.com/contact-me/