These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

JavaScript explanation please

StevenD
Registered: Oct 6 2006
Posts: 368
Answered

I came across the following line of code yesterday used to restore fields and fillable areas and subforms to their original state.

xfa.form.remerge();

Could someone explain the purpose of the parentheses and what might go inside them if anything?

StevenD

My Product Information:
LiveCycle Designer, Windows
twhayes
Registered: Sep 25 2007
Posts: 20
If you search the LiveCycle Help for "remerge," it states that remerge is a method of the form object, with:

[b]Parameters[/b]
None

So, nothing needs to be passed between the parenthesis.


Regards,