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.
SyntaxReference_Syntax.w = "0in | measurement"
Values
Type
|
Values
|
String
|
0in (default)
Any valid measurement.
|
JavaScriptTextField1.w = "3in";
FormCalcTextField1.w = "3in"
|
|
|