Merge pull request #1350 from dereuromark/master-post-link-doc-block

doc block formhelper postLink
This commit is contained in:
Mark Story 2013-06-12 09:37:08 -07:00
commit 57d8c6b412

View file

@ -1735,6 +1735,7 @@ class FormHelper extends AppHelper {
* ### Options:
*
* - `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.
* - Other options is the same of HtmlHelper::link() method.
* - The option `onclick` will be replaced.