afterTarget (deprecated)

Specifies the explicit destination page or content area for the after (deprecated) property.

As of XFA version 2.8, this property is now deprecated. See breakAfter.target.

Syntax

Reference_Syntax.afterTarget = "auto | contentArea | pageArea | pageEven | pageFront | pageOdd"

Values

Type

Values

String

The value of this property is expected to be compatible with the value of the after (deprecated) property. For instance, it would be considered an error for the after (deprecated) property to reference a page area and the afterTarget property to reference a content area, or vice versa.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.break.afterTarget = "pageEven";

FormCalc

Subform1.break.afterTarget = "pageEven"

// Ethnio survey code removed