Adobe
9A0-410 · Question #58
Which script should be used to retrieve every instance of the textfield within a repeating subform?
The correct answer is C. var fields = xfa.resolveNodes("subform.textfield[*]"). See the full explanation below for the reasoning.
Question
Which script should be used to retrieve every instance of the textfield within a repeating subform?
Options
- Avar fields = xfa.host.resolveNodes("subform[*].textfield");
- Bvar fields = xfa.resolveNode("subform[*].textfield");
- Cvar fields = xfa.resolveNodes("subform.textfield[*]");
- Dvar fields = xfa.resolveNodes("subform[*].textfield");
How the community answered
(26 responses)- A15% (4)
- B8% (2)
- C73% (19)
- D4% (1)
Community Discussion
No community discussion yet for this question.