overflowTarget (deprecated)

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 .

Syntax

Reference_Syntax.overflowTarget = "string"

Values

Type

Values

String

The name or fully qualified reference syntax expression of a content area.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.break.overflowTarget = "xfa.form.form1.pageSet.Page1.Content_Main";

FormCalc

Subform1.break.overflowTarget = "xfa.form.form1.pageSet.Page1.Content_Main"

// Ethnio survey code removed