mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #1350 from dereuromark/master-post-link-doc-block
doc block formhelper postLink
This commit is contained in:
commit
57d8c6b412
1 changed files with 1 additions and 0 deletions
|
@ -1735,6 +1735,7 @@ class FormHelper extends AppHelper {
|
||||||
* ### Options:
|
* ### Options:
|
||||||
*
|
*
|
||||||
* - `data` - Array with key/value to pass in input hidden
|
* - `data` - Array with key/value to pass in input hidden
|
||||||
|
* - `method` - Request method to use. Set to 'delete' to simulate HTTP/1.1 DELETE request. Defaults to 'post'.
|
||||||
* - `confirm` - Can be used instead of $confirmMessage.
|
* - `confirm` - Can be used instead of $confirmMessage.
|
||||||
* - Other options is the same of HtmlHelper::link() method.
|
* - Other options is the same of HtmlHelper::link() method.
|
||||||
* - The option `onclick` will be replaced.
|
* - The option `onclick` will be replaced.
|
||||||
|
|
Loading…
Add table
Reference in a new issue