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.
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue