bookendTrailer (deprecated)

Identifies a subform to place into the current content area or page after any other content.

If both bookendLeader (deprecated) and bookendTrailer properties are supplied, the two subforms surround the content like bookends.

As of XFA version 2.8, this property is now deprecated. See trailer.

Syntax

Reference_Syntax.bookendTrailer = "string"

Values

Type

Values

String

A valid string representing the name or fully qualified reference syntax expression of a subform.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.break.bookendTrailer = "xfa.form.form1.Subform2";

FormCalc

Subform1.break.bookendTrailer = "xfa.form.form1.Subform2"

// Ethnio survey code removed