Skip to content

Commit

Permalink
Updating API docs for FormHelper::input() fixes #1649
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 13, 2011
1 parent 2c4ed9b commit 9f51c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -678,7 +678,9 @@ function inputs($fields = null, $blacklist = null) {
* ### Options
*
* See each field type method for more information. Any options that are part of
* $attributes or $options for the different **type** methods can be included in `$options` for input().
* $attributes or $options for the different **type** methods can be included in `$options` for input().i
* Additionally, any unknown keys that are not in the list below, or part of the selected type's options
* will be treated as a regular html attribute for the generated input.
*
* - `type` - Force the type of widget you want. e.g. `type => 'select'`
* - `label` - Either a string label, or an array of options for the label. See FormHelper::label()
Expand Down

0 comments on commit 9f51c4c

Please sign in to comment.