nerdexam
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)
  • A
    15% (4)
  • B
    8% (2)
  • C
    73% (19)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-410 Practice