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