Fixing doc block for Form::create(). Fixes #1058

This commit is contained in:
Mark Story 2010-09-02 00:29:04 -04:00
parent 08d6c19ab6
commit 3e5e52d52e

View file

@ -172,7 +172,7 @@ class FormHelper extends AppHelper {
* ### Options: * ### Options:
* *
* - `type` Form method defaults to POST * - `type` Form method defaults to POST
* - `action` The Action the form submits to. Can be a string or array, * - `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,
* - `default` Allows for the creation of Ajax forms. * - `default` Allows for the creation of Ajax forms.
* - `onsubmit` Used in conjunction with 'default' to create ajax forms. * - `onsubmit` Used in conjunction with 'default' to create ajax forms.