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::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::HTML::Input

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

Oak::Web::Additional::MaskedInput::Error

An invalid value was found.

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.