Oak::Web::Additional::UsernameField - Component to create a username field


NAME

Oak::Web::Additional::UsernameField - Component to create a username field


DESCRIPTION

This component creates a username field. The input will have the size of 8 by default. And will accept only [a-zA-Z0-9\.\_\-].

The type of the input *is* text.


HIERARCHY

Oak::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::HTML::Input

Oak::Web::Additional::MaskedInput

Oak::Web::Additional::UsernameField


PROPERTIES

required
If true, then the field must be filled, else not.


EXCEPTIONS

Oak::Web::Additional::UsernameField::Error::InvalidUsername
An invalid date 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.

 Oak::Web::Additional::UsernameField - Component to create a username field