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::Web::Additional::MaskedInput
Oak::Web::Additional::UsernameField
PROPERTIES
- 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.