CGI::FormBuilder::Field::static.3pm

Langue: en

Version: 2006-06-06 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

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: static.pm,v 1.12 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.