10000 [Reference][Forms] Improvements to the form type by xabbuh · Pull Request #3789 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Reference][Forms] Improvements to the form type #3789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
fix the order of the options in the table to match their order below
  • Loading branch information
xabbuh committed Apr 12, 2014
commit 8a6feb891d403000f66cbeb3b56e53ba30f93dd5
4 changes: 2 additions & 2 deletions reference/forms/types/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The ``form`` type predefines a couple of options that are then available
on all types for which ``form`` is the parent type.

+-----------+--------------------------------------------------------------------+
| Options | - `compound`_ |
| | - `data`_ |
| Options | - `data`_ |
| | - `data_class`_ |
| | - `empty_data`_ |
| | - `compound`_ |
| | - `required`_ |
| | - `label_attr`_ |
| | - `constraints`_ |
Expand Down
0