File tree Expand file tree Collapse file tree 24 files changed +74
-2
lines changed
Filter options
Expand file tree Collapse file tree 24 files changed +74
-2
lines changed
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ if the box is unchecked, the value will be set to false.
18
18
| | - `read_only `_ |
19
19
| | - `disabled `_ |
20
20
| | - `error_bubbling `_ |
21
+ | | - `error_mapping `_ |
21
22
| | - `mapped `_ |
22
23
+-------------+------------------------------------------------------------------------+
23
24
| Parent type | :doc: `field</reference/forms/types/form> ` |
@@ -61,4 +62,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
61
62
62
63
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
63
64
65
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
66
+
64
67
.. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ option.
25
25
| | - `read_only `_ |
26
26
| | - `disabled `_ |
27
27
| | - `error_bubbling `_ |
28
+ | | - `error_mapping `_ |
28
29
| | - `mapped `_ |
29
30
| | - `virtual `_ |
30
31
| | - `by_reference `_ |
@@ -121,6 +122,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
121
122
122
123
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
123
124
125
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
126
+
124
127
.. include :: /reference/forms/types/options/mapped.rst.inc
125
128
126
129
.. include :: /reference/forms/types/options/virtual.rst.inc
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ forms, which is useful when creating forms that expose one-to-many relationships
22
22
+-------------+-----------------------------------------------------------------------------+
23
23
| Inherited | - `label `_ |
24
24
| options | - `error_bubbling `_ |
25
+ | | - `error_mapping `_ |
25
26
| | - `by_reference `_ |
26
27
| | - `empty_data `_ |
27
28
| | - `mapped `_ |
@@ -345,6 +346,8 @@ Not all options are listed here - only the most applicable to this type:
345
346
346
347
.. include :: /reference/forms/types/options/mapped.rst.inc
347
348
349
+ .. include :: /reference/forms/types/options/_error_mapping.rst.inc
350
+
348
351
error_bubbling
349
352
~~~~~~~~~~~~~~
350
353
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ you should just use the ``choice`` type directly.
30
30
| | - `preferred_choices `_ |
31
31
| | - `empty_value `_ |
32
32
| | - `error_bubbling `_ |
33
+ | | - `error_mapping `_ |
33
34
| | - `required `_ |
34
35
| | - `label `_ |
35
36
| | - `read_only `_ |
@@ -68,6 +69,8 @@ These options inherit from the :doc:`choice</reference/forms/types/choice>` type
68
69
69
70
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
70
71
72
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
73
+
71
74
These options inherit from the :doc: `date</reference/forms/types/form> ` type:
72
75
73
76
.. include :: /reference/forms/types/options/required.rst.inc
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ day, and year) or three select boxes (see the `widget_` option).
38
38
| | - `disabled `_ |
39
39
| | - `mapped `_ |
40
40
| | - `virtual `_ |
41
+ | | - `error_mapping `_ |
41
42
+----------------------+-----------------------------------------------------------------------------+
42
43
| Parent type | ``field `` (if text), ``form `` otherwise |
43
44
+----------------------+-----------------------------------------------------------------------------+
@@ -148,3 +149,5 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
148
149
.. include :: /reference/forms/types/options/mapped.rst.inc
149
150
150
151
.. include :: /reference/forms/types/options/virtual.rst.inc
152
+
153
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ The ``email`` field is a text field that is rendered using the HTML5
17
17
| | - `read_only `_ |
18
18
| | - `disabled `_ |
19
19
| | - `error_bubbling `_ |
20
+ | | - `error_mapping `_ |
20
21
| | - `mapped `_ |
21
22
+-------------+---------------------------------------------------------------------+
22
23
| Parent type | :doc: `field</reference/forms/types/form> ` |
@@ -43,4 +44,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
43
44
44
45
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
45
46
46
- .. include :: /reference/forms/types/options/mapped.rst.inc
47
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
48
+
49
+ .. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ objects from the database.
30
30
| | - `read_only `_ |
31
31
| | - `disabled `_ |
32
32
| | - `error_bubbling `_ |
33
+ | | - `error_mapping `_ |
33
34
| | - `mapped `_ |
34
35
+-------------+------------------------------------------------------------------+
35
36
| Parent type | :doc: `choice</reference/forms/types/choice> ` |
@@ -173,4 +174,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
173
174
174
175
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
175
176
177
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
178
+
176
179
.. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The ``file`` type represents a file input in your form.
14
14
| | - `read_only `_ |
15
15
| | - `disabled `_ |
16
16
| | - `error_bubbling `_ |
17
+ | | - `error_mapping `_ |
17
18
| | - `mapped `_ |
18
19
+-------------+---------------------------------------------------------------------+
19
20
| Parent type | :doc: `form</reference/forms/types/form> ` |
@@ -95,4 +96,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
95
96
96
97
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
97
98
99
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
100
+
98
101
.. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The hidden type represents a hidden input field.
15
15
| Inherited | - `data `_ |
16
16
| options | - `property_path `_ |
17
17
| | - `mapped `_ |
18
+ | | - `error_mapping `_ |
18
19
+-------------+----------------------------------------------------------------------+
19
20
| Parent type | :doc: `field</reference/forms/types/form> ` |
20
21
+-------------+----------------------------------------------------------------------+
@@ -48,3 +49,5 @@ These options inherit from the :doc:`date</reference/forms/types/form>` type:
48
49
.. include :: /reference/forms/types/options/property_path.rst.inc
49
50
50
51
.. include :: /reference/forms/types/options/mapped.rst.inc
52
+
53
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down (e.g. 6
23
23
| | - `read_only `_ |
24
24
| | - `disabled `_ |
25
25
| | - `error_bubbling `_ |
26
+ | | - `error_mapping `_ |
26
27
| | - `invalid_message `_ |
27
28
| | - `invalid_message_parameters `_ |
28
29
| | - `mapped `_ |
@@ -73,6 +74,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
73
74
74
75
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
75
76
77
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
78
+
76
79
.. include :: /reference/forms/types/options/invalid_message.rst.inc
77
80
78
81
.. include :: /reference/forms/types/options/invalid_message_parameters.rst.inc
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ you should just use the ``choice`` type directly.
31
31
| | - `preferred_choices `_ |
32
32
| | - `empty_value `_ |
33
33
| | - `error_bubbling `_ |
34
+ | | - `error_mapping `_ |
34
35
| | - `required `_ |
35
36
| | - `label `_ |
36
37
| | - `read_only `_ |
@@ -69,6 +70,8 @@ These options inherit from the :doc:`choice</reference/forms/types/choice>` type
69
70
70
71
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
71
72
73
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
74
+
72
75
These options inherit from the :doc: `date</reference/forms/types/form> ` type:
73
76
74
77
.. include :: /reference/forms/types/options/required.rst.inc
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ you should just use the ``choice`` type directly.
32
32
| | - `preferred_choices `_ |
33
33
| | - `empty_value `_ |
34
34
| | - `error_bubbling `_ |
35
+ | | - `error_mapping `_ |
35
36
| | - `required `_ |
36
37
| | - `label `_ |
37
38
| | - `read_only `_ |
@@ -71,6 +72,8 @@ These options inherit from the :doc:`choice</reference/forms/types/choice>` type
71
72
72
73
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
73
74
75
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
76
+
74
77
These options inherit from the :doc: `date</reference/forms/types/form> ` type:
75
78
76
79
.. include :: /reference/forms/types/options/required.rst.inc
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ how the input and output of the data is handled.
24
24
| | - `read_only `_ |
25
25
| | - `disabled `_ |
26
26
| | - `error_bubbling `_ |
27
+ | | - `error_mapping `_ |
27
28
| | - `invalid_message `_ |
28
29
| | - `invalid_message_parameters `_ |
29
30
| | - `mapped `_ |
@@ -94,6 +95,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
94
95
95
96
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
96
97
98
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
99
+
97
100
.. include :: /reference/forms/types/options/invalid_message.rst.inc
98
101
99
102
.. include :: /reference/forms/types/options/invalid_message_parameters.rst.inc
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ you want to use for your number.
20
20
| | - `read_only `_ |
21
21
| | - `disabled `_ |
22
22
| | - `error_bubbling `_ |
23
+ | | - `error_mapping `_ |
23
24
| | - `invalid_message `_ |
24
25
| | - `invalid_message_parameters `_ |
25
26
| | - `mapped `_ |
@@ -92,6 +93,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
92
93
93
94
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
94
95
96
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
97
+
95
98
.. include :: /reference/forms/types/options/invalid_message.rst.inc
96
99
97
100
.. include :: /reference/forms/types/options/invalid_message_parameters.rst.inc
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The ``password`` field renders an input password text box.
18
18
| | - `read_only `_ |
19
19
| | - `disabled `_ |
20
20
| | - `error_bubbling `_ |
21
+ | | - `error_mapping `_ |
21
22
| | - `mapped `_ |
22
23
+-------------+------------------------------------------------------------------------+
23
24
| Parent type | :doc: `text</reference/forms/types/text> ` |
@@ -59,4 +60,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
59
60
60
61
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
61
62
62
- .. include :: /reference/forms/types/options/mapped.rst.inc
63
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
64
+
65
+ .. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ This field adds a percentage sign "``%``" after the input box.
23
23
| | - `read_only `_ |
24
24
| | - `disabled `_ |
25
25
| | - `error_bubbling `_ |
26
+ | | - `error_mapping `_ |
26
27
| | - `invalid_message `_ |
27
28
| | - `invalid_message_parameters `_ |
28
29
| | - `mapped `_ |
@@ -78,6 +79,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
78
79
79
80
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
80
81
82
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
83
+
81
84
.. include :: /reference/forms/types/options/invalid_message.rst.inc
82
85
83
86
.. include :: /reference/forms/types/options/invalid_message_parameters.rst.inc
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ If you want to have a Boolean field, use :doc:`checkbox</reference/forms/types/c
22
22
| | - `read_only `_ |
23
23
| | - `disabled `_ |
24
24
| | - `error_bubbling `_ |
25
+ | | - `error_mapping `_ |
25
26
| | - `mapped `_ |
26
27
+-------------+---------------------------------------------------------------------+
27
28
| Parent type | :doc: `field</reference/forms/types/form> ` |
@@ -55,4 +56,6 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
55
56
56
57
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
57
58
59
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
60
+
58
61
.. include :: /reference/forms/types/options/mapped.rst.inc
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ accuracy.
25
25
| Inherited | - `invalid_message `_ |
26
26
| options | - `invalid_message_parameters `_ |
27
27
| | - `mapped `_ |
28
+ | | - `error_mapping `_ |
28
29
+-------------+------------------------------------------------------------------------+
29
30
| Parent type | :doc: `field</reference/forms/types/form> ` |
30
31
+-------------+------------------------------------------------------------------------+
@@ -189,3 +190,5 @@ These options inherit from the :doc:`date</reference/forms/types/form>` type:
189
190
.. include :: /reference/forms/types/options/invalid_message_parameters.rst.inc
190
191
191
192
.. include :: /reference/forms/types/options/mapped.rst.inc
193
+
194
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Read about the input search field at `DiveIntoHTML5.info`_
19
19
| | - `read_only `_ |
20
20
| | - `disabled `_ |
21
21
| | - `error_bubbling `_ |
22
+ | | - `error_mapping `_ |
22
23
| | - `mapped `_ |
23
24
+-------------+----------------------------------------------------------------------+
24
25
| Parent type | :doc: `text</reference/forms/types/text> ` |
@@ -45,6 +46,8 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
45
46
46
47
.. include :: /reference/forms/types/options/error_bubbling.rst.inc
47
48
49
+ .. include :: /reference/forms/types/options/error_mapping.rst.inc
50
+
48
51
.. include :: /reference/forms/types/options/mapped.rst.inc
49
52
50
53
.. _`DiveIntoHTML5.info` : http://diveintohtml5.info/forms.html#type-search
You can’t perform that action at this time.
0 commit comments