break

Describes the constraints on moving to a new page or content area after rendering an object.

Syntax

Reference_Syntax.break = "close | open"
Note: If you use JavaScript, and you want to set the break property for a border child object of a subform object, you must specify the break property and its value by using the setAttribute method. In this instance, the syntax is as follows:
            Reference_Syntax.setAttribute = ("close | open", "break")

Values

Type

Values

String

  • close (default)

  • open

Applies to

Model

Object

Form Model

border

Version

XFA 2.1

Examples

JavaScript

Subform1.border.setAttribute("open", "break");

FormCalc

Subform1.border.break = "open"

// Ethnio survey code removed