Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

Hide Repeating Subform

$
0
0

I have a nested subform inside a repeating subform (Q1). I would like to be able to click a button and hide all instances of the nested subforms. It is named Subform3.Capture.PNG

 

I tried this script:

LPA.FormButtons.HideButtons::click - (JavaScript, client)

this.resolveNode("Q1[*].Subform3[*]").presence = "hidden";


Viewing all articles
Browse latest Browse all 5571

Trending Articles