Hi guys,
I am creating PDF forms which i would like to have rendered as either PDF or HTML. I have some pretty complex javascript in my form already, and as it stands lets just suffice to say that it breaks in many different ways when I render as HTML.
One of the major premises of my pdf "application" is hiding and showing pages based on how the user interacts with the form. What I need to know is, what is the proper way to script in LiveCycle so that my javascript will work when rendering in HTML?
I tried xfa.resolveNode("whatever").presence = "hidden"; to no avail. Also, xfa.host.whatever.presence = "hidden";
Is there a reference document that could help me syntactically fix my code so that HTML pages will have working javascript?
Thanks,
Andrew
If you really need this, then it's better to develop each separately.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script