Nephia::Plugin::FillInForm - A plugin for Nephia that provides fill-in-form feature
use Nephia plugins => [
'FillInForm',
'View::MicroTemplate' => { ... },
];
path '/' => sub {
my $params = param;
fillin_form( $params ); # fill params in form
render('template.html');
};
Nephia::Plugin::FillInForm provides fill-in-form feature.
fillin_form( $hashref );
Fill spedified value in form.
Copyright (C) ytnobody.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
ytnobody [email protected]