ready

Specifies whether the form layout process is complete and scripting tasks can begin.

Note: This property is read only.

JavaScript Syntax

Reference_Syntax.ready;

FormCalc Syntax

Reference_Syntax.ready

Values

Type

Values

Boolean

true | 1 (default)

Layout process is complete.

  • false | 0

Layout process is not complete.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.layout.ready;

FormCalc

xfa.layout.ready

// Ethnio survey code removed