Skip to content

[Reference] Reorder and group hidden toctrees #3160

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 1 commit into from
Nov 6, 2013
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
46 changes: 26 additions & 20 deletions reference/forms/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,41 @@ Form Types Reference
:maxdepth: 1
:hidden:

types/birthday
types/checkbox
types/choice
types/collection
types/country
types/date
types/datetime
types/text
types/textarea
types/email
types/entity
types/file
types/field
types/form
types/hidden
types/integer
types/language
types/locale
types/money
types/number
types/password
types/percent
types/radio
types/repeated
types/search
types/text
types/textarea
types/time
types/timezone
types/url

types/choice
types/entity
types/country
types/language
types/locale
types/timezone

types/date
types/datetime
types/time
types/birthday

types/checkbox
types/file
types/radio

types/collection
types/repeated

types/hidden

types/field
types/form

A form is composed of *fields*, each of which are built with the help of
a field *type* (e.g. a ``text`` type, ``choice`` type, etc). Symfony2 comes
standard with a large list of field types that can be used in your application.
Expand Down
5 changes: 3 additions & 2 deletions reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ Reference Documents
:hidden:

configuration/framework
configuration/assetic
configuration/doctrine
configuration/security
configuration/assetic
configuration/swiftmailer
configuration/twig
configuration/monolog
configuration/web_profiler

configuration/kernel

forms/types
constraints
forms/twig_reference

twig_reference

constraints
dic_tags
requirements

Expand Down