1HTML::FormFu::Plugin::SUtsaesrhVCaolnitdr(i3b)uted PerlHDToMcLu:m:eFnotramtFiuo:n:Plugin::StashValid(3)
2
3
4

NAME

6       HTML::FormFu::Plugin::StashValid - place valid params on form stash
7

SYNOPSIS

9           # called on a form or block
10           ---
11           plugins:
12             - type: StashValid
13               names: ['field-names']
14
15           # called on a field
16           ---
17           elements:
18             - name: foo
19               plugins:
20                 - StashValid
21

DESCRIPTION

23       Run during the "post_process" in HTML::FormFu::Plugin hook (called
24       during "process" in HTML::FormFu).  If the named field(s) have a valid
25       value after processing, that value is placed on the form stash, using
26       the field-name as the stash-key.
27

METHODS

29       Arrayref of field names, whose valid values should be stashed.
30

SEE ALSO

32       Is a sub-class of, and inherits methods from HTML::FormFu::Plugin
33
34       HTML::FormFu
35

AUTHOR

37       Carl Franks "cfranks@cpan.org"
38

LICENSE

40       This library is free software, you can redistribute it and/or modify it
41       under the same terms as Perl itself.
42
43
44
45perl v5.12.1                      2010-05-23HTML::FormFu::Plugin::StashValid(3)
Impressum