NAME

CGI::FormBuilder::Field::text - FormBuilder class for text fields

SYNOPSIS

use CGI::FormBuilder::Field;

# delegated straight from FormBuilder
my $f = CGI::FormBuilder::Field->new($form,
                                     name => 'whatever',
                                     type => 'text');

DESCRIPTION

This module is used to create FormBuilder elements of a specific type. Currently, each type module inherits all of its methods from the main CGI::FormBuilder::Field module except for tag() and script(), which affect the XHMTL representation of the field.

Please refer to CGI::FormBuilder::Field and CGI::FormBuilder for documentation.

SEE ALSO

CGI::FormBuilder, CGI::FormBuilder::Field

REVISION

$Id: text.pm,v 1.13 2006/02/24 01:42:29 nwiger Exp $

AUTHOR

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.