From: Mischa Poslawsky Date: Fri, 1 Aug 2008 18:58:54 +0000 (+0200) Subject: todo entries X-Git-Url: http://git.shiar.net/perl/html-form-simple.git/commitdiff_plain/90a3c98cbb649006619309f2d5f665453018bcdd todo entries --- 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