File tree Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Original file line number Diff line number Diff line change @@ -8,35 +8,41 @@ Form Types Reference
8
8
:maxdepth: 1
9
9
:hidden:
10
10
11
- types/birthday
12
- types/checkbox
13
- types/choice
14
- types/collection
15
- types/country
16
- types/date
17
- types/datetime
11
+ types/text
12
+ types/textarea
18
13
types/email
19
- types/entity
20
- types/file
21
- types/field
22
- types/form
23
- types/hidden
24
14
types/integer
25
- types/language
26
- types/locale
27
15
types/money
28
16
types/number
29
17
types/password
30
18
types/percent
31
- types/radio
32
- types/repeated
33
19
types/search
34
- types/text
35
- types/textarea
36
- types/time
37
- types/timezone
38
20
types/url
39
21
22
+ types/choice
23
+ types/entity
24
+ types/country
25
+ types/language
26
+ types/locale
27
+ types/timezone
28
+
29
+ types/date
30
+ types/datetime
31
+ types/time
32
+ types/birthday
33
+
34
+ types/checkbox
35
+ types/file
36
+ types/radio
37
+
38
+ types/collection
39
+ types/repeated
40
+
41
+ types/hidden
42
+
43
+ types/field
44
+ types/form
45
+
40
46
A form is composed of *fields *, each of which are built with the help of
41
47
a field *type * (e.g. a ``text `` type, ``choice `` type, etc). Symfony2 comes
42
48
standard with a large list of field types that can be used in your application.
Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ Reference Documents
5
5
:hidden:
6
6
7
7
configuration/framework
8
- configuration/assetic
9
8
configuration/doctrine
10
9
configuration/security
10
+ configuration/assetic
11
11
configuration/swiftmailer
12
12
configuration/twig
13
13
configuration/monolog
14
14
configuration/web_profiler
15
+
15
16
configuration/kernel
16
17
17
18
forms/types
19
+ constraints
18
20
forms/twig_reference
19
21
20
22
twig_reference
21
23
22
- constraints
23
24
dic_tags
24
25
requirements
25
26
You can’t perform that action at this time.
0 commit comments