Changeset 77 in text-formbuilder for trunk/lib/Text/FormBuilder.pm


Ignore:
Timestamp:
03/25/05 13:20:40 (19 years ago)
Author:
peichman
Message:

fixed some typos in the docs
rearranged internals in the grammar, plus a minor bugfix for the skip pattern of inline lists (now allows padding space around the comma)
added new test scripts to the MANIFEST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Text/FormBuilder.pm

    r74 r77  
    821821your server, and you don't have to parse the form spec each time you want  
    822822to display your form. The generated module is a subclass of L<CGI::FormBuilder>, 
    823 that will passa long any constructor arguments to FormBuilder, and set up 
     823that will pass along any constructor arguments to FormBuilder, and set up 
    824824the fields for you. 
    825825 
     
    983983=item C<!field> 
    984984 
    985 B<DEPRACATED> Include a named instance of a group defined with C<!group>. 
     985B<DEPRECATED> Include a named instance of a group defined with C<!group>. 
    986986 
    987987=item C<!title> 
     
    12231223=head2 Language/Parser 
    12241224 
    1225 Deprecate the C<!field> directive 
     1225Make sure that multiple runs of the parser don't share data. 
    12261226 
    12271227Allow renaming of the submit button; allow renaming and inclusion of a  
     
    12391239=head2 Code generation/Templates 
    12401240 
     1241Expose some of the currently private functions to be able to get the generated 
     1242code text directly, without printing. 
     1243 
    12411244Revise the generated form constructing code to use the C<fieldopts> 
    12421245option to C<< FB->new >>; will require FB 3.02 to run. 
Note: See TracChangeset for help on using the changeset viewer.