Manual Reference Pages  - CGI::FormBuilder::Field::button (3)

NAME

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

CONTENTS

SYNOPSIS



    use CGI::FormBuilder::Field;





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



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: button.pm,v 1.11 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.

Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 CGI::FormBuilder::Field::button (3) 2006-06-06
Generated by manServer 1.07 from /usr/share/man/man3/CGI::FormBuilder::Field::button.3pm using man macros.