
GappX::FormTraits - Traits for form fields

use Gapp;
use GappX::FormTraits;
$e = GappX::Entry->new( traits => [qw( CityEntry )], field => ... );
$e = GappX::Entry->new( traits => [qw( EmailEntry )], field => ... );
$e = GappX::Entry->new( traits => [qw( StateEntry )], field => ... );
$e = GappX::Entry->new( traits => [qw( StreetEntry )], field => ... );
$e = GappX::Entry->new( traits => [qw( ZipCodeEntry )], field => ... );

Provides traits to use with your form fields.
Sets width-chars to 25.
Sets width-chars to 60.
Sets width-chars to 2.
Sets width-chars to 35.
Sets width-chars to 5.

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2010-2012 Jeffrey Ray Hallock.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)