adding a few new form controls
This commit is contained in:
parent
848a106e1a
commit
4eaf8c3827
6 changed files with 477 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue