CGI::FormBuilder::Template::Div - Div HTML rendering


NAME

CGI::FormBuilder::Template::Div - Div 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 the CGI::FormBuilder manpage for more details.


SEE ALSO

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


REVISION

$Id: Div.pm 68 2006-09-12 04:37:09Z 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.