adding a few new form controls

This commit is contained in:
JT Smith 2005-07-27 18:03:32 +00:00
parent 848a106e1a
commit 4eaf8c3827
6 changed files with 477 additions and 3 deletions

View file

@ -26,7 +26,7 @@ Package WebGUI::Form::integer
=head1 DESCRIPTION
Creates a zip code form field.
Creates an input field that accepts positive and negative integer.
=head1 SEE ALSO
@ -114,7 +114,7 @@ sub getValueFromPost {
=head2 toHtml ( )
Renders an input tag of type text.
Renders an integer field.
=cut