FreeBSD Manual Pages
Template::Plugin::FillUserrContributed Perl DocTemplate::Plugin::FillInForm(3) NAME Template::Plugin::FillInForm - TT plugin for HTML::FillInForm SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in your template [% USE FillInForm %] [% FILTER fillinform fobject => apr %] <!-- this form becomes sticky --> <form action="foo" method="POST"> <input type="text" name="foo"> <input type="hidden" name="bar"> <input type="radio" name="baz" value="foo"> <input type="radio" name="baz" value="bar"> </form> [% END %] DESCRIPTION Template::Plugin::FillInForm is a plugin for TT, which allows you to make your HTML form sticky using HTML::FillInForm. AUTHOR Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO Template, HTML::FillInForm perl v5.32.1 2002-11-14 Template::Plugin::FillInForm(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Template::Plugin::FillInForm&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>