Specifies the explicit destination
page or content area for the before (deprecated) property.
As of XFA version 2.8, this property is now deprecated. See breakBefore.target.
SyntaxReference_Syntax.beforeTarget = "auto | contentArea | pageArea | pageEven | pageFront | pageOdd"
Values
Type
|
Values
|
String
|
The value of the beforeTarget property
is expected to be compatible with the value of the before (deprecated) property. For instance, it would be considered
an error for the before (deprecated) property to have a value of pageArea and the beforeTarget property
to reference a content area, or vice versa.
|
JavaScriptSubform1.break.beforeTarget = "#contentArea_ID";
FormCalcSubform1.break.beforeTarget = "#contentArea_ID"
|
|
|