mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc block.
This commit is contained in:
parent
c6b7482308
commit
4537499ea9
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ class FormHelper extends AppHelper {
|
|||
*
|
||||
* - `type` Form method defaults to POST
|
||||
* - `action` The controller action the form submits to, (optional).
|
||||
* - `url` The url the form submits to. Can be a string or a url array,
|
||||
* - `url` The url the form submits to. Can be a string or a url array. If you use 'url'
|
||||
* you should leave 'action' undefined.
|
||||
* - `default` Allows for the creation of Ajax forms.
|
||||
* - `onsubmit` Used in conjunction with 'default' to create ajax forms.
|
||||
* - `inputDefaults` set the default $options for FormHelper::input(). Any options that would
|
||||
|
|
Loading…
Reference in a new issue