Select all form objects

Selects all form objects within a given container, such as a subform, regardless of name, or selects all objects that have a similar name.

You can use the ‘*’ (asterisk) syntax with JavaScript if it used with the resolveNode method.

Notation

*

Example

For example, the following expression selects all objects named item on a form:

    xfa.form.form1.item[*]

// Ethnio survey code removed