Specifies the maximum width for
layout purposes.
If you do not specify a value for this property, there is no
maximum. This property is relevant only if the enclosing container
object is growable and has a
w
property whose value is
null. If you specify a value for the
w
property, the container
cannot grow horizontally and this property is ignored.
Syntax
Reference_Syntax.maxW = "0in | measurement"
Values
Type
|
Values
|
String
|
-
0in
(default)
-
Any valid measurement.
|
JavaScript
TextField1.maxW = "3in";
FormCalc
TextField1.maxW = "3in"
|
|
|