This option is only available for the "none", "integer", "email", and "url" validation types.
The minChars option does not enforce a minimum number of characters if the text field is not required.
To specify a minimum or maximum number of characters,
add the minChars property or maxChars property
(or both) and a value to the constructor, as follows:
<script type="text/javascript">
var textfieldwidget1 = new Spry.Widget.ValidationTextField("textfieldwidget1", "validation_type", {minChars:value, maxChars:value});
</script>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/en_US/Spry/1.4/WS473955FA-CE37-484f-AC38-871DAE759F83.html
Comments
Comments are no longer accepted for Spry 1.4. Spry 1.6 is the current version. To discuss Spry 1.4, please use the Adobe forum.