previous

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

Syntax

Reference_Syntax.previous = "none | contentArea | pageArea"

Values

Type

Values

String

  • none (default)

  • contentArea

  • pageArea

The determination of whether a form object renders in the same content area or page together with the previous object or subform will be delegated to the processing application. No special constraints are forced.

  • contentArea

  • pageArea

The form object is requested to be rendered in the same content area with the previous object or subform.

  • pageArea

The form object is requested to be rendered in the same page with the previous object or subform.

Applies to

Model

Object

Form Model

keep

Version

XFA 2.1

Examples

JavaScript

Subform1.keep.previous = "contentArea";

FormCalc

Subform1.keep.previous = "contentArea"

// Ethnio survey code removed