File tree 5 files changed +40
-40
lines changed
5 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
16
16
+-------------+-----------------------------------------------------------------------+
17
17
| Rendered as | ``input `` ``number `` field |
18
18
+-------------+-----------------------------------------------------------------------+
19
- | Overridden | - `compound `_ |
20
- | options | |
21
- +-------------+-----------------------------------------------------------------------+
22
19
| Options | - `grouping `_ |
23
20
| | - `precision `_ |
24
21
| | - `rounding_mode `_ |
25
22
+-------------+-----------------------------------------------------------------------+
23
+ | Overridden | - `compound `_ |
24
+ | options | |
25
+ +-------------+-----------------------------------------------------------------------+
26
26
| Inherited | - `data `_ |
27
27
| options | - `disabled `_ |
28
28
| | - `empty_data `_ |
@@ -41,11 +41,6 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
41
41
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ IntegerType ` |
42
42
+-------------+-----------------------------------------------------------------------+
43
43
44
- Overridden Options
45
- ------------------
46
-
47
- .. include :: /reference/forms/types/options/compound_type.rst.inc
48
-
49
44
Field Options
50
45
-------------
51
46
@@ -74,6 +69,11 @@ on the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\Integ
74
69
* ``IntegerToLocalizedStringTransformer::ROUND_CEILING `` Rounding mode
75
70
to round towards positive infinity.
76
71
72
+ Overridden Options
73
+ ------------------
74
+
75
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
76
+
77
77
Inherited Options
78
78
-----------------
79
79
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ how the input and output of the data is handled.
14
14
+-------------+---------------------------------------------------------------------+
15
15
| Rendered as | ``input `` ``text `` field |
16
16
+-------------+---------------------------------------------------------------------+
17
- | Overridden | - `compound `_ |
18
- | options | |
19
- +-------------+---------------------------------------------------------------------+
20
17
| Options | - `currency `_ |
21
18
| | - `divisor `_ |
22
19
| | - `grouping `_ |
23
20
| | - `precision `_ |
24
21
+-------------+---------------------------------------------------------------------+
22
+ | Overridden | - `compound `_ |
23
+ | options | |
24
+ +-------------+---------------------------------------------------------------------+
25
25
| Inherited | - `data `_ |
26
26
| options | - `disabled `_ |
27
27
| | - `empty_data `_ |
@@ -40,11 +40,6 @@ how the input and output of the data is handled.
40
40
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ MoneyType ` |
41
41
+-------------+---------------------------------------------------------------------+
42
42
43
- Overridden Options
44
- ------------------
45
-
46
- .. include :: /reference/forms/types/options/compound_type.rst.inc
47
-
48
43
Field Options
49
44
-------------
50
45
@@ -91,6 +86,11 @@ you can modify this value. You probably won't need to do this unless,
91
86
for example, you want to round to the nearest dollar (set the precision
92
87
to ``0 ``).
93
88
89
+ Overridden Options
90
+ ------------------
91
+
92
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
93
+
94
94
Inherited Options
95
95
-----------------
96
96
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ that you want to use for your number.
11
11
+-------------+----------------------------------------------------------------------+
12
12
| Rendered as | ``input `` ``text `` field |
13
13
+-------------+----------------------------------------------------------------------+
14
- | Overridden | - `compound `_ |
15
- | options | |
16
- +-------------+----------------------------------------------------------------------+
17
14
| Options | - `grouping `_ |
18
15
| | - `precision `_ |
19
16
| | - `rounding_mode `_ |
20
17
+-------------+----------------------------------------------------------------------+
18
+ | Overridden | - `compound `_ |
19
+ | options | |
20
+ +-------------+----------------------------------------------------------------------+
21
21
| Inherited | - `data `_ |
22
22
| options | - `disabled `_ |
23
23
| | - `empty_data `_ |
@@ -36,11 +36,6 @@ that you want to use for your number.
36
36
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ NumberType ` |
37
37
+-------------+----------------------------------------------------------------------+
38
38
39
- Overridden Options
40
- ------------------
41
-
42
- .. include :: /reference/forms/types/options/compound_type.rst.inc
43
-
44
39
Field Options
45
40
-------------
46
41
@@ -82,6 +77,11 @@ option is a constant on the
82
77
to round towards "nearest neighbor" unless both neighbors are equidistant,
83
78
in which case round up.
84
79
80
+ Overridden Options
81
+ ------------------
82
+
83
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
84
+
85
85
Inherited Options
86
86
-----------------
87
87
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ This field adds a percentage sign "``%``" after the input box.
15
15
+-------------+-----------------------------------------------------------------------+
16
16
| Rendered as | ``input `` ``text `` field |
17
17
+-------------+-----------------------------------------------------------------------+
18
- | Overridden | - `compound `_ |
19
- | options | |
20
- +-------------+-----------------------------------------------------------------------+
21
18
| Options | - `precision `_ |
22
19
| | - `type `_ |
23
20
+-------------+-----------------------------------------------------------------------+
21
+ | Overridden | - `compound `_ |
22
+ | options | |
23
+ +-------------+-----------------------------------------------------------------------+
24
24
| Inherited | - `data `_ |
25
25
| options | - `disabled `_ |
26
26
| | - `empty_data `_ |
@@ -39,11 +39,6 @@ This field adds a percentage sign "``%``" after the input box.
39
39
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ PercentType ` |
40
40
+-------------+-----------------------------------------------------------------------+
41
41
42
- Overridden Options
43
- ------------------
44
-
45
- .. include :: /reference/forms/types/options/compound_type.rst.inc
46
-
47
42
Field Options
48
43
-------------
49
44
@@ -75,6 +70,11 @@ object. The two "types" handle these two cases:
75
70
The raw value (``55 ``) is shown to the user and stored on your object.
76
71
Note that this only works for integer values.
77
72
73
+ Overridden Options
74
+ ------------------
75
+
76
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
77
+
78
78
Inherited Options
79
79
-----------------
80
80
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ The text field represents the most basic input text field.
9
9
+-------------+--------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``text `` field |
11
11
+-------------+--------------------------------------------------------------------+
12
- | Overridden | - `compound `_ |
13
- | options | |
14
- +-------------+--------------------------------------------------------------------+
15
12
| Inherited | - `data `_ |
16
13
| options | - `disabled `_ |
17
14
| | - `empty_data `_ |
@@ -25,16 +22,14 @@ The text field represents the most basic input text field.
25
22
| | - `required `_ |
26
23
| | - `trim `_ |
27
24
+-------------+--------------------------------------------------------------------+
25
+ | Overridden | - `compound `_ |
26
+ | options | |
27
+ +-------------+--------------------------------------------------------------------+
28
28
| Parent type | :doc: `form </reference/forms/types/form >` |
29
29
+-------------+--------------------------------------------------------------------+
30
30
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ TextType ` |
31
31
+-------------+--------------------------------------------------------------------+
32
32
33
- Overridden Options
34
- ------------------
35
-
36
- .. include :: /reference/forms/types/options/compound_type.rst.inc
37
-
38
33
Inherited Options
39
34
-----------------
40
35
@@ -70,3 +65,8 @@ The default value is ``''`` (the empty string).
70
65
.. include :: /reference/forms/types/options/required.rst.inc
71
66
72
67
.. include :: /reference/forms/types/options/trim.rst.inc
68
+
69
+ Overridden Options
70
+ ------------------
71
+
72
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
You can’t perform that action at this time.
0 commit comments