Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[FormType] Add help_attr documentation #10511

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

Closed
wants to merge 2 commits into from
Closed
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
3 changes: 3 additions & 0 deletions 3 reference/forms/types/birthday.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ option defaults to 120 years ago to the current year.
| | - `data`_ |
| | - `disabled`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
Expand Down Expand Up @@ -111,6 +112,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/invalid_message.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if you want to handle submitted values like "0" or "false").
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -83,6 +84,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ To use this field, you must specify *either* ``choices`` or ``choice_loader`` op
| | - `disabled`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `label`_ |
| | - `label_attr`_ |
Expand Down Expand Up @@ -270,6 +271,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/label.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ photos).
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -422,6 +423,8 @@ error_bubbling

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/color.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ element.
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -58,6 +59,8 @@ The default value is ``''`` (the empty string).

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ the option manually, but then you should just use the ``ChoiceType`` directly.
| | - `disabled`_ |
| | - `empty_data`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -113,6 +114,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/currency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
| | - `disabled`_ |
| | - `empty_data`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -102,6 +103,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and can understand a number of different input formats via the `input`_ option.
| options | - `disabled`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
Expand Down Expand Up @@ -209,6 +210,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/invalid_message.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/dateinterval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ or an array (see `input`_).
| Inherited | - `data`_ |
| options | - `disabled`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
Expand Down Expand Up @@ -310,6 +311,8 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/invalid_message.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
| Inherited | - `data`_ |
| options | - `disabled`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
Expand Down Expand Up @@ -234,6 +235,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/invalid_message.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The ``EmailType`` field is a text field that is rendered using the HTML5
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -51,6 +52,8 @@ The default value is ``''`` (the empty string).

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ objects from the database.
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -330,6 +331,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The ``FileType`` represents a file input in your form.
| options | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -127,6 +128,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on all types for which ``FormType`` is the parent.
| | - `error_mapping`_ |
| | - `extra_fields_message`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `inherit_data`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
Expand Down Expand Up @@ -103,6 +104,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

.. include:: /reference/forms/types/options/inherit_data.rst.inc

.. include:: /reference/forms/types/options/invalid_message.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/integer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
| | - `label`_ |
Expand Down Expand Up @@ -113,6 +114,8 @@ The default value is ``''`` (the empty string).

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
| | - `disabled`_ |
| | - `empty_data`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -115,6 +116,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/locale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ manually, but then you should just use the ``ChoiceType`` directly.
| | - `disabled`_ |
| | - `empty_data`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
Expand Down Expand Up @@ -116,6 +117,8 @@ The actual default value of this option depends on other field options:

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/label_attr.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/money.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ how the input and output of the data is handled.
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
| | - `label`_ |
Expand Down Expand Up @@ -121,6 +122,8 @@ The default value is ``''`` (the empty string).

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ that you want to use for your number.
| | - `error_bubbling`_ |
| | - `error_mapping`_ |
| | - `help`_ |
| | - `help_attr`_ |
| | - `invalid_message`_ |
| | - `invalid_message_parameters`_ |
| | - `label`_ |
Expand Down Expand Up @@ -86,6 +87,8 @@ The default value is ``''`` (the empty string).

.. include:: /reference/forms/types/options/help.rst.inc

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

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

.. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.