[Seaside] JavaScript input mask/validator

cdrick cdrick65 at gmail.com
Thu Jan 31 14:21:55 UTC 2008


> For masks, I don't really see.
>
I found that for numerical masks. The script is not too long and
shoulnd't be too difficult to integrate
(http://javascript.internet.com/forms/dfilter.html).

For a phone number:
<td><input value="" type="text" onKeyDown="javascript:return dFilter
(event.keyCode, this, '(###) ###-####');">

hth


More information about the seaside mailing list