From 90a3c98cbb649006619309f2d5f665453018bcdd Mon Sep 17 00:00:00 2001 From: Mischa Poslawsky Date: Fri, 1 Aug 2008 20:58:54 +0200 Subject: [PATCH] todo entries --- lib/HTML/Form/Simple.pm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/HTML/Form/Simple.pm b/lib/HTML/Form/Simple.pm index 2b30d79..33da2b6 100644 --- a/lib/HTML/Form/Simple.pm +++ b/lib/HTML/Form/Simple.pm @@ -219,6 +219,8 @@ sub check { 1; +__END__ + =head1 NAME HTML::Form::Simple - Generate HTML form elements @@ -246,6 +248,36 @@ HTML::Form::Simple - Generate HTML form elements ); say $input->stop; # +=head1 TODO + +=over + +=item C|C parameter order + +Row options (hash ref details) are inconsistent: +on labels for C, on values for C. +Make behaviour more logical. + +=item C method + + $input->hidden(foo => $input->default('foo')); + $hash_ref = $input->default; + $input->default('foo') = 'new value'; + undef $input->default; # clear all + # XXX: does this equal $input->default=undef;? + $input->default = {amend => 'stuff'}; + +=item documentation + +Actual descriptions instead of just a synopsis. + +=item C override + +Allow custom value quotation function. +Makes L dependency optional. + +=back + =head1 AUTHOR Mischa POSLAWSKY -- 2.30.0