1HTML::FormFu::Element::UTseexrt(C3o)ntributed Perl DocumHeTnMtLa:t:iFoonrmFu::Element::Text(3)
2
3
4
6 HTML::FormFu::Element::Text - Text form field
7
9 version 2.07
10
12 my $element = $form->element( Text => 'foo' );
13
15 Text form field.
16
18 Is a sub-class of, and inherits methods from
19 HTML::FormFu::Role::Element::Input, HTML::FormFu::Role::Element::Field,
20 HTML::FormFu::Element.
21
22 HTML::FormFu
23
25 Carl Franks, "cfranks@cpan.org"
26
28 This library is free software, you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
32 Carl Franks <cpan@fireartist.com>
33
35 This software is copyright (c) 2018 by Carl Franks.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.30.0 2019-07-26 HTML::FormFu::Element::Text(3)