w

A measurement specifying the width for the layout.

When you specify a width, that value overrides any growth range allowed by the minW property and the maxW property. Omitting this property or specifying an empty string indicates that the minW property and the maxW property define the width for the object.

Syntax

Reference_Syntax.w = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Version

XFA 2.1

Examples

JavaScript

TextField1.w = "3in";

FormCalc

TextField1.w = "3in"

// Ethnio survey code removed