next

Specifies the constraints on keeping a form object together with the next container within a content area or page.

Syntax

Reference_Syntax.next = "none | contentArea | pageArea"

Values

Type

Values

String

  • none (default)

  • contentArea

  • pageArea

The determination of whether a form object is rendered in the same content area or page together with the next container, respectively, is delegated to the processing application. No special keep constraints will be forced.

  • contentArea

  • pageArea

The form object is requested to be rendered in the same content area with the next container.

  • pageArea

The form object is requested to be rendered in the same page with the next container.

Applies to

Model

Object

Form Model

keep

Version

XFA 2.1

Examples

JavaScript

Subform1.keep.next = "contentArea";

FormCalc

Subform1.keep.next = "contentArea"

// Ethnio survey code removed