Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions en/views/helpers/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2567,8 +2567,7 @@ Creating Controls for a Whole Entity
.. php:method:: allControls(array $fields, $options = [])

* ``$fields`` - Optional. An array of customizations for the fields that will
be generated to generate. Allows setting custom types, labels and other
options.
be generated. Allows setting custom types, labels and other options.
* ``$options`` - Optional. An array of options. Valid keys are:

#. ``'fieldset'`` - Set this to ``false`` to disable the fieldset.
Expand Down Expand Up @@ -2658,7 +2657,7 @@ Adding Custom Widgets
CakePHP makes it easy to add custom control widgets in your application, and use
them like any other control type. All of the core control types are implemented as
widgets, which means you can override any core widget with your own
implemenation as well.
implementation as well.

Building a Widget Class
-----------------------
Expand Down
Loading