logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Widget::Element::Hidden - Hidden Element

Author

       Sebastian Riedel, "sri@oook.de"

Description

       Hidden Element.

License

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

perl v5.36.0                                       2023-08-10                 HTML::Widget::Element::Hidden(3pm)

Methods

value
       Default value is 1.

   retain_default
       If true, overrides the default behaviour, so that after a field is missing from the form submission, the
       xml output will contain the default value, rather than be empty.

   newcontainerize

Name

       HTML::Widget::Element::Hidden - Hidden Element

See Also

       HTML::Widget::Element

Synopsis

           my $e = $widget->element( 'Hidden', 'foo' );
           $e->value('bar');

See Also