8000 minor #10978 [FormType] Add help_html documentation (mpiot) · symfony/symfony-docs@55a2484 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55a2484

Browse files
committed
minor #10978 [FormType] Add help_html documentation (mpiot)
This PR was merged into the master branch. Discussion ---------- [FormType] Add help_html documentation Add documentation about the new feature symfony/symfony#29861 Commits ------- cc6a5f3 Add help_html
2 parents 6d580f2 + cc6a5f3 commit 55a2484

32 files changed

+100
-0
lines changed

reference/forms/types/birthday.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ option defaults to 120 years ago to the current year.
4040
| | - `disabled`_ |
4141
| | - `help`_ |
4242
| | - `help_attr`_ |
43+
| | - `help_html`_ |
4344
| | - `inherit_data`_ |
4445
| | - `invalid_message`_ |
4546
| | - `invalid_message_parameters`_ |
@@ -116,6 +117,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
116117

117118
.. include:: /reference/forms/types/options/help_attr.rst.inc
118119

120+
.. include:: /reference/forms/types/options/help_html.rst.inc
121+
119122
.. include:: /reference/forms/types/options/inherit_data.rst.inc
120123

121124
.. include:: /reference/forms/types/options/invalid_message.rst.inc

reference/forms/types/checkbox.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if you want to handle submitted values like "0" or "false").
2626
| | - `error_mapping`_ |
2727
| | - `help`_ |
2828
| | - `help_attr`_ |
29+
| | - `help_html`_ |
2930
| | - `label`_ |
3031
| | - `label_attr`_ |
3132
| | - `label_format`_ |
@@ -88,6 +89,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
8889

8990
.. include:: /reference/forms/types/options/help_attr.rst.inc
9091

92+
.. include:: /reference/forms/types/options/help_html.rst.inc
93+
9194
.. include:: /reference/forms/types/options/label.rst.inc
9295

9396
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/choice.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To use this field, you must specify *either* ``choices`` or ``choice_loader`` op
3737
| | - `error_mapping`_ |
3838
| | - `help`_ |
3939
| | - `help_attr`_ |
40+
| | - `help_html`_ |
4041
| | - `inherit_data`_ |
4142
| | - `label`_ |
4243
| | - `label_attr`_ |
@@ -280,6 +281,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
280281

281282
.. include:: /reference/forms/types/options/help_attr.rst.inc
282283

284+
.. include:: /reference/forms/types/options/help_html.rst.inc
285+
283286
.. include:: /reference/forms/types/options/inherit_data.rst.inc
284287

285288
.. include:: /reference/forms/types/options/label.rst.inc

reference/forms/types/collection.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ photos).
2929
| | - `error_mapping`_ |
3030
| | - `help`_ |
3131
| | - `help_attr`_ |
32+
| | - `help_html`_ |
3233
| | - `label`_ |
3334
| | - `label_attr`_ |
3435
| | - `label_format`_ |
@@ -426,6 +427,8 @@ error_bubbling
426427

427428
.. include:: /reference/forms/types/options/help_attr.rst.inc
428429

430+
.. include:: /reference/forms/types/options/help_html.rst.inc
431+
429432
.. include:: /reference/forms/types/options/label.rst.inc
430433

431434
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/color.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ element.
2424
| | - `error_mapping`_ |
2525
| | - `help`_ |
2626
| | - `help_attr`_ |
27+
| | - `help_html`_ |
2728
| | - `label`_ |
2829
| | - `label_attr`_ |
2930
| | - `label_format`_ |
@@ -63,6 +64,8 @@ The default value is ``''`` (the empty string).
6364

6465
.. include:: /reference/forms/types/options/help_attr.rst.inc
6566

67+
.. include:: /reference/forms/types/options/help_html.rst.inc
68+
6669
.. include:: /reference/forms/types/options/label.rst.inc
6770

6871
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/country.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ the option manually, but then you should just use the ``ChoiceType`` directly.
4343
| | - `empty_data`_ |
4444
| | - `help`_ |
4545
| | - `help_attr`_ |
46+
| | - `help_html`_ |
4647
| | - `label`_ |
4748
| | - `label_attr`_ |
4849
| | - `label_format`_ |
@@ -118,6 +119,8 @@ The actual default value of this option depends on other field options:
118119

119120
.. include:: /reference/forms/types/options/help_attr.rst.inc
120121

122+
.. include:: /reference/forms/types/options/help_html.rst.inc
123+
121124
.. include:: /reference/forms/types/options/label.rst.inc
122125

123126
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/currency.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
3535
| | - `empty_data`_ |
3636
| | - `help`_ |
3737
| | - `help_attr`_ |
38+
| | - `help_html`_ |
3839
| | - `label`_ |
3940
| | - `label_attr`_ |
4041
| | - `label_format`_ |
@@ -107,6 +108,8 @@ The actual default value of this option depends on other field options:
107108

108109
.. include:: /reference/forms/types/options/help_attr.rst.inc
109110

111+
.. include:: /reference/forms/types/options/help_html.rst.inc
112+
110113
.. include:: /reference/forms/types/options/label.rst.inc
111114

112115
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/date.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ and can understand a number of different input formats via the `input`_ option.
3737
| | - `error_mapping`_ |
3838
| | - `help`_ |
3939
| | - `help_attr`_ |
40+
| | - `help_html`_ |
4041
| | - `inherit_data`_ |
4142
| | - `invalid_message`_ |
4243
| | - `invalid_message_parameters`_ |
@@ -214,6 +215,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
214215

215216
.. include:: /reference/forms/types/options/help_attr.rst.inc
216217

218+
.. include:: /reference/forms/types/options/help_html.rst.inc
219+
217220
.. include:: /reference/forms/types/options/inherit_data.rst.inc
218221

219222
.. include:: /reference/forms/types/options/invalid_message.rst.inc

reference/forms/types/dateinterval.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ or an array (see `input`_).
4141
| options | - `disabled`_ |
4242
| | - `help`_ |
4343
| | - `help_attr`_ |
44+
| | - `help_html`_ |
4445
| | - `inherit_data`_ |
4546
| | - `invalid_message`_ |
4647
| | - `invalid_message_parameters`_ |
@@ -315,6 +316,8 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
315316

316317
.. include:: /reference/forms/types/options/help_attr.rst.inc
317318

319+
.. include:: /reference/forms/types/options/help_html.rst.inc
320+
318321
.. include:: /reference/forms/types/options/inherit_data.rst.inc
319322

320323
.. include:: /reference/forms/types/options/invalid_message.rst.inc

reference/forms/types/datetime.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
4646
| options | - `disabled`_ |
4747
| | - `help`_ |
4848
| | - `help_attr`_ |
49+
| | - `help_html`_ |
4950
| | - `inherit_data`_ |
5051
| | - `invalid_message`_ |
5152
| | - `invalid_message_parameters`_ |
@@ -233,6 +234,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
233234

234235
.. include:: /reference/forms/types/options/help_attr.rst.inc
235236

237+
.. include:: /reference/forms/types/options/help_html.rst.inc
238+
236239
.. include:: /reference/forms/types/options/inherit_data.rst.inc
237240

238241
.. include:: /reference/forms/types/options/invalid_message.rst.inc

reference/forms/types/email.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The ``EmailType`` field is a text field that is rendered using the HTML5
1717
| | - `error_mapping`_ |
1818
| | - `help`_ |
1919
| | - `help_attr`_ |
20+
| | - `help_html`_ |
2021
| | - `label`_ |
2122
| | - `label_attr`_ |
2223
| | - `label_format`_ |
@@ -56,6 +57,8 @@ The default value is ``''`` (the empty string).
5657

5758
.. include:: /reference/forms/types/options/help_attr.rst.inc
5859

60+
.. include:: /reference/forms/types/options/help_html.rst.inc
61+
5962
.. include:: /reference/forms/types/options/label.rst.inc
6063

6164
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/entity.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ objects from the database.
4343
| | - `error_mapping`_ |
4444
| | - `help`_ |
4545
| | - `help_attr`_ |
46+
| | - `help_html`_ |
4647
| | - `label`_ |
4748
| | - `label_attr`_ |
4849
| | - `label_format`_ |
@@ -335,6 +336,8 @@ The actual default value of this option depends on other field options:
335336

336337
.. include:: /reference/forms/types/options/help_attr.rst.inc
337338

339+
.. include:: /reference/forms/types/options/help_html.rst.inc
340+
338341
.. include:: /reference/forms/types/options/label.rst.inc
339342

340343
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/file.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The ``FileType`` represents a file input in your form.
2020
| | - `error_mapping`_ |
2121
| | - `help`_ |
2222
| | - `help_attr`_ |
23+
| | - `help_html`_ |
2324
| | - `label`_ |
2425
| | - `label_attr`_ |
2526
| | - `label_format`_ |
@@ -132,6 +133,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
132133

133134
.. include:: /reference/forms/types/options/help_attr.rst.inc
134135

136+
.. include:: /reference/forms/types/options/help_html.rst.inc
137+
135138
.. include:: /reference/forms/types/options/label.rst.inc
136139

137140
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/form.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on all types for which ``FormType`` is the parent.
2121
| | - `extra_fields_message`_ |
2222
| | - `help`_ |
2323
| | - `help_attr`_ |
24+
| | - `help_html`_ |
2425
| | - `inherit_data`_ |
2526
| | - `invalid_message`_ |
2627
| | - `invalid_message_parameters`_ |
@@ -110,6 +111,8 @@ The actual default value of this option depends on other field options:
110111

111112
.. include:: /reference/forms/types/options/help_attr.rst.inc
112113

114+
.. include:: /reference/forms/types/options/help_html.rst.inc
115+
113116
.. include:: /reference/forms/types/options/inherit_data.rst.inc
114117

115118
.. include:: /reference/forms/types/options/invalid_message.rst.inc

reference/forms/types/integer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
2929
| | - `error_mapping`_ |
3030
| | - `help`_ |
3131
| | - `help_attr`_ |
32+
| | - `help_html`_ |
3233
| | - `invalid_message`_ |
3334
| | - `invalid_message_parameters`_ |
3435
| | - `label`_ |
@@ -118,6 +119,8 @@ The default value is ``''`` (the empty string).
118119

119120
.. include:: /reference/forms/types/options/help_attr.rst.inc
120121

122+
.. include:: /reference/forms/types/options/help_html.rst.inc
123+
121124
.. include:: /reference/forms/types/options/invalid_message.rst.inc
122125

123126
.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc

reference/forms/types/language.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
4545
| | - `empty_data`_ |
4646
| | - `help`_ |
4747
| | - `help_attr`_ |
48+
| | - `help_html`_ |
4849
| | - `label`_ |
4950
| | - `label_attr`_ |
5051
| | - `label_format`_ |
@@ -120,6 +121,8 @@ The actual default value of this option depends on other field options:
120121

121122
.. include:: /reference/forms/types/options/help_attr.rst.inc
122123

124+
.. include:: /reference/forms/types/options/help_html.rst.inc
125+
123126
.. include:: /reference/forms/types/options/label.rst.inc
124127

125128
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/locale.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
4646
| | - `empty_data`_ |
4747
| | - `help`_ |
4848
| | - `help_attr`_ |
49+
| | - `help_html`_ |
4950
| | - `label`_ |
5051
| | - `label_attr`_ |
5152
| | - `label_format`_ |
@@ -121,6 +122,8 @@ The actual default value of this option depends on other field options:
121122

122123
.. include:: /reference/forms/types/options/help_attr.rst.inc
123124

125+
.. include:: /reference/forms/types/options/help_html.rst.inc
126+
124127
.. include:: /reference/forms/types/options/label.rst.inc
125128

126129
.. include:: /reference/forms/types/options/label_attr.rst.inc

reference/forms/types/money.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ how the input and output of the data is handled.
3030
| | - `error_mapping`_ |
3131
| | - `help`_ |
3232
| | - `help_attr`_ |
33+
| | - `help_html`_ |
3334
| | - `invalid_message`_ |
3435
| | - `invalid_message_parameters`_ |
3536
| | - `label`_ |
@@ -126,6 +127,8 @@ The default value is ``''`` (the empty string).
126127

127128
.. include:: /reference/forms/types/options/help_attr.rst.inc
128129

130+
.. include:: /reference/forms/types/options/help_html.rst.inc
131+
129132
.. include:: /reference/forms/types/options/invalid_message.rst.inc
130133

131134
.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc

reference/forms/types/number.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ that you want to use for your number.
2525
| | - `error_mapping`_ |
2626
| | - `help`_ |
2727
| | - `help_attr`_ |
28+
| | - `help_html`_ |
2829
| | - `invalid_message`_ |
2930
| | - `invalid_message_parameters`_ |
3031
| | - `label`_ |
@@ -87,6 +88,8 @@ The default value is ``''`` (the empty string).
8788

8889
.. include:: /reference/forms/types/options/help_attr.rst.inc
8990

91+
.. include:: /reference/forms/types/options/help_html.rst.inc
92+
9093
.. include:: /reference/forms/types/options/invalid_message.rst.inc
9194

9295
.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc

0 commit comments

Comments
 (0)
0