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