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.
SyntaxReference_Syntax.bookendTrailer = "string"
Values
Type
|
Values
|
String
|
A valid string representing the name or
fully qualified reference syntax expression of a subform.
|
JavaScriptSubform1.break.bookendTrailer = "xfa.form.form1.Subform2";
FormCalcSubform1.break.bookendTrailer = "xfa.form.form1.Subform2"
|
|
|