Specifies the maximum number
of characters that this text value can enclose.
SyntaxReference_Syntax.maxChars = "0 | integer"
Values
Type
|
Values
|
String
|
0 (default)
Any valid integer value.
If you do not
specify a value for this property, or if the value is an empty string,
there is no maximum.
|
JavaScriptTextField1.value.text.maxChars = "5";
FormCalcTextField1.value.text.maxChars = "5"
|
|
|