Hi,
I'm working on interactive forms (textfields, checkboxes, etc.) and javascript in PDF.
in javascript, I get an object - e.g. this.getField("textfield1") - and I need to know which properties of the object are available. Is there any way how to find it out during runtime? Is there any reference containing these properties?
Thank you for your help.