<< Back to
AcrobatUsers.com
These forums are now Read Only. If you have an Acrobat question,
ask questions and get help
from one of our experts.
hide show textfield with javascript?
Forum Index
>
JavaScript
>
hide show textfield with javascript?
2010-01-20 02:16:19
smilem
Registered:
Apr 1 2008
Posts:
101
I have textfield I would like to hide or show using button onclick event.
My Product Information:
LiveCycle Designer, Windows
2010-01-20 02:26:21
#1
smilem
Registered:
Apr 1 2008
Posts:
101
This seems to do the trick
TextField1_1.presence = "visible";
TextField1_1.presence = "hidden";
TextField1_1.presence = "visible";
TextField1_1.presence = "hidden";