bookendLeader (deprecated)

(bookendLeader)Specifies a subform to place into the current content area or page before any other content.

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

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

Syntax

Reference_Syntax.bookendLeader = "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.bookendLeader = "xfa.form.form1.Subform2";

FormCalc

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

// Ethnio survey code removed