Nate Wiger > CGI-FormBuilder > CGI::FormBuilder::Template::Builtin

Download:
CGI-FormBuilder-3.0501.tgz

Dependencies

Annotate this POD

CPAN RT

New  17
Open  2
View Bugs
Report a bug
Module Version: 3.0501   Source  

NAME ^

CGI::FormBuilder::Template::Builtin - Builtin HTML rendering

SYNOPSIS ^

    my $form = CGI::FormBuilder->new;
    $form->render;

DESCRIPTION ^

This module provides default rendering for FormBuilder. It is automatically called by FormBuilder's render() method if no external template is specified. See the documentation in CGI::FormBuilder for more details.

SEE ALSO ^

CGI::FormBuilder, CGI::FormBuilder::Template::HTML, CGI::FormBuilder::Template::Text, CGI::FormBuilder::Template::TT2, CGI::FormBuilder::Template::Fast

REVISION ^

$Id: Builtin.pm 100 2007-03-02 18:13:13Z nwiger $

AUTHOR ^

Copyright (c) 2000-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.