Specifies the explicit
content area that will be the transition target when the current
content area or page area overflows.
As of XFA version 2.8, this property is now deprecated. See overflow.target.
SyntaxReference_Syntax.overflowTarget = "string"
Values
Type
|
Values
|
String
|
The name or fully qualified reference syntax
expression of a content area.
|
JavaScriptSubform1.break.overflowTarget = "xfa.form.form1.pageSet.Page1.Content_Main";
FormCalcSubform1.break.overflowTarget = "xfa.form.form1.pageSet.Page1.Content_Main"
|
|
|