Is there code to hide/show multiple pages?
i'm novice @ livecycle , coding have project page heavy. i'm working in lc es2.
i'm on 50 pages , task dynamically hide/show pages necessary open account types based on user selection of dropdown list.
i'm stuck on how in efficient manner. i've been working action builder far , have messed around short piece of scipt make presence hidden various pages on initialize event, action builder show specific pages driven selection of text in dropdown.
my question begins with, there sort of script can add make every page except page 1 hidden default, have action builders show whichever pages need?
has done similar , have suggestions or samples of how resolved task?
thanks!
something or similar switch statement:
if (this.rawvalue == 1) {
p2.presence = "visible";
p3.presence = "hidden";
}
else {
p3.presence = "visible";
p2.presence = "hidden";
}
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment