beforeTarget (deprecated)

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.

Syntax

Reference_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.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.break.beforeTarget = "#contentArea_ID";

FormCalc

Subform1.break.beforeTarget = "#contentArea_ID"

// Ethnio survey code removed