trailer

Specifies the subform or subformSet object to place at the bottom of a content or page area.

The trailer property replaces the deprecated overflowTrailer (deprecated) and bookendTrailer (deprecated) properties.

Syntax

Reference_Syntax.trailer = "string"

Values

Type

Values

String

A valid string representing the ID or fully qualified reference syntax expression of a subform or subform set. The default is an empty string.

Version

XFA 2.4

Examples

JavaScript

Subform1.breakBefore.trailer = "Subform2";

FormCalc

Subform1.breakBefore.trailer = "Subform2"

// Ethnio survey code removed