|
::Features
::Download
::Tutorial
::Examples
::Documentation ::Join the Mailing List ::List Archives ::Contribute |
|
NAMECGI::FormBuilder::Template::TT2 - FormBuilder interface to Template Toolkit
SYNOPSIS
my $form = CGI::FormBuilder->new(
fields => \@whatever,
template => {
type => 'TT2',
arg1 => val1,
},
);
DESCRIPTIONThis engine adapts FormBuilder to use
SEE ALSOthe CGI::FormBuilder manpage, the CGI::FormBuilder::Template manpage, Template
REVISION$Id: TT2.pm,v 1.7 2005/02/10 20:15:52 nwiger Exp $
AUTHORCopyright (c) 2000-2005 Nathan Wiger <nate@sun.com>. All Rights Reserved. Template Tookit support is due to a large patch from Andy Wardley. Thanks. 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. |
| FormBuilder is © 2000-2006 Nate Wiger, with contributions from many people. |