Fixed documentation bug.

This commit is contained in:
JT Smith 2002-08-07 00:09:05 +00:00
parent 12fd555889
commit 593c1f3e59

View file

@ -754,7 +754,7 @@ sub interval {
#-------------------------------------------------------------------
=head2 new ( [ noTable, action, extras, method, enctype ] )
=head2 new ( [ noTable, action, method, extras, enctype ] )
Constructor.
@ -768,6 +768,11 @@ sub interval {
The Action URL for the form information to be submitted to. This
defaults to the current page.
=item method
The form's submission method. This defaults to "POST" and probably
shouldn't be changed.
=item extras
If you want to add anything special to your form like javascript
@ -776,11 +781,6 @@ sub interval {
'name="myForm" onChange="myForm.submit()"'
=item method
The form's submission method. This defaults to "POST" and probably
shouldn't be changed.
=item enctype
The ecapsulation type for this form. This defaults to