Gerda Shank > Catalyst-View-FillInForm-0.02 > Catalyst::View::FillInform

Download:
Catalyst-View-FillInForm-0.02.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Catalyst-View-FillInForm-0.03

NAME ^

Catalyst::View::FillInform - Moose role for HTML::FillInform

SYNOPSIS ^

In your TT view:

   package 'MyApp::View::TT';
   use Moose;
   extends 'Catalyst::View::TT';
   with 'Catalyst::View::FillInForm';

To use $c->req->parameters to fill in a form:

  $c->stash( fillinform => 1 );

To use some other hashref to fill in a form:

  $c->stash( fillinform => $params );

DESCRIPTION ^

This role will use HTML::FillInForm to fill in fields in an HTML form.

AUTHOR ^

Gerda Shank (gshank) - <gshank@cpan.org>

COPYRIGHT ^

This module itself is copyright (c) 2009 Gerda Shank and is licensed under the same terms as Perl itself.