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