NAME
Oak::Web::Additional::MaskedInput - Component to create a input with mask check
DESCRIPTION
This components apply a regexp specified by the mask attribute in the check_syntax function.
HIERARCHY
Oak::Web::Additional::MaskedInput
PROPERTIES
- mask
-
string containing the regexp to be applied (without the /s)
- required
-
If true, then the field must be filled, else not.
EXCEPTIONS
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.