Specifies the subform
to place at the bottom of the content area or page when it overflows.
The vertical space required for the overflow trailer must be
reserved.
As of XFA version 2.8, this property is now deprecated. See trailer.
SyntaxReference_Syntax.overflowTrailer = "string"
Values
Type
|
Values
|
String
|
A valid string representing the name or
fully qualified reference syntax expression of a subform.
|
JavaScriptSubform1.break.overflowTrailer = "Subform2";
FormCalcSubform1.break.overflowTrailer = "Subform2"
|
|
|