| CGI-FormBuilder documentation | view source | Contained in the CGI-FormBuilder distribution. |
CGI::FormBuilder::Template::Builtin - Builtin HTML rendering
my $form = CGI::FormBuilder->new;
$form->render;
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.
CGI::FormBuilder, CGI::FormBuilder::Template::HTML, CGI::FormBuilder::Template::Text, CGI::FormBuilder::Template::TT2, CGI::FormBuilder::Template::Fast
$Id: Builtin.pm 100 2007-03-02 18:13:13Z nwiger $
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.
| CGI-FormBuilder documentation | view source | Contained in the CGI-FormBuilder distribution. |