Path to this page:
./
wip/p5-Catalyst-Plugin-FillInForm,
Automatically fill in forms in Catalyst using HTML::FillInForms
Branch: CURRENT,
Version: 0.12nb1,
Package name: p5-Catalyst-Plugin-FillInForm-0.12nb1,
Maintainer: kuli0020Fill forms automatically, based on data from a previous HTML form. Typically
(but not necessarily) used in conjunction with the
Catalyst::Plugin::FormValidator manpage. This module automatically inserts data
from a previous HTML form into HTML input fields, textarea fields, radio
buttons, checkboxes, and select tags. It is an instance of the HTML::FillInForm
manpage, which itself is a subclass of the HTML::Parser manpage, which it uses
to parse the HTML and insert the values into the proper form tags.
The usual application is after a user submits an HTML form without filling out
a required field, or with errors in fields having specified constraints.
FillInForm is used to redisplay the HTML form with all the form elements
containing the submitted info. FillInForm can also be used to fill forms with
data from any source, e.g. directly from your database.
Required to run:[
www/p5-HTML-FillInForm] [
lang/perl5] [
devel/p5-NEXT] [
www/p5-Catalyst-Action-RenderView] [
www/p5-Catalyst-Runtime]
Required to build:[
devel/p5-Package-DeprecationManager] [
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 1b541a9444b192b2f502a4d46bfeeed8782aec2e
Filesize: 17.414 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-09-04) Updated to version: p5-Catalyst-Plugin-FillInForm-0.12nb1
CVS history: (Expand)
2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-07-21 22:08:13 by Thomas Klausner | Files touched by this commit (59) |
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
|
2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41) |
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192) |
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
|
2006-02-21 11:49:24 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
p5-NEXT is moved to pkgsrc.
|
2005-08-31 23:12:20 by Roman Kulik | Files touched by this commit (1) |
Log message:
Changed locations of required the packages that are still in wip to be wip \
instead of their normal locations
|
2005-08-29 22:34:52 by Roman Kulik | Files touched by this commit (4) | |
Log message:
Fill forms automatically, based on data from a previous HTML form. Typically
(but not necessarily) used in conjunction with the
Catalyst::Plugin::FormValidator manpage. This module automatically inserts data
from a previous HTML form into HTML input fields, textarea fields, radio
buttons, checkboxes, and select tags. It is an instance of the HTML::FillInForm
manpage, which itself is a subclass of the HTML::Parser manpage, which it uses
to parse the HTML and insert the values into the proper form tags.
The usual application is after a user submits an HTML form without filling out
a required field, or with errors in fields having specified constraints.
FillInForm is used to redisplay the HTML form with all the form elements
containing the submitted info. FillInForm can also be used to fill forms with
data from any source, e.g. directly from your database.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/
|