Skip to content

nephia/Nephia-Plugin-FillInForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Nephia::Plugin::FillInForm - A plugin for Nephia that provides fill-in-form feature

SYNOPSIS

use Nephia plugins => [
    'FillInForm',
    'View::MicroTemplate' => { ... },
];
path '/' => sub {
    my $params = param;
    fillin_form( $params ); # fill params in form
    render('template.html');
};

DESCRIPTION

Nephia::Plugin::FillInForm provides fill-in-form feature.

DSL

fillin_form

fillin_form( $hashref );

Fill spedified value in form.

LICENSE

Copyright (C) ytnobody.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

ytnobody [email protected]

About

A plugin for Nephia that provides fill-in-form feature

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages