0

I'm using Adobe Acrobat to create a form, and am using JavaScript to implement additional functionality. I can't find a description anywhere of the control classes for the form (for example, what are the member variables of a CheckBox?).

Could someone please point me in the right direction?

What I'm trying to do is modify the value in a TextBox based on the values in other TextBoxes and the checked status of corresponding CheckBoxes. If possible, could someone give me an idea of how to do this?

Thanks in advance.

1 Answer 1

3

Javascript documentation for Acrobat 10.

You can set the value of a text field using code like:

this.getField("My Text Field").value = "New Value";
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.