Fixed documentation bug.
This commit is contained in:
parent
12fd555889
commit
593c1f3e59
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue