intact

Specifies the constraints on keeping the parent object intact within a content area or page.

Splitting across a content area or page is only relevant for text based field and draw objects; specifically, those using the textEdit object.

Syntax

Reference_Syntax.intact = "none | contentArea"

Values

Type

Values

String

  • none (default for subforms and field objects)

  • contentArea (default for draw objects)

The determination of whether an object will be rendered intact within a content area or page is delegated to the processing application. It is possible that a subform could be split across a content area or page. This value is the default when the parent container’s layout is tb, lr-tb, or table. The field and draw objects will not split if the parent container does not allow splitting, itself.

  • contentArea (default for draw objects)

The object is requested to be rendered intact within a content area. This value is the default when the parent container’s layout is position or row.

Applies to

Model

Object

Form Model

keep

Version

XFA 2.1

Examples

JavaScript

Subform1.keep.intact = "contentArea";

FormCalc

Subform1.keep.intact = "contentArea"

// Ethnio survey code removed