diff --git a/reference/forms/types/birthday.rst b/reference/forms/types/birthday.rst index 3136ed8cdf9..04fa1868f3d 100644 --- a/reference/forms/types/birthday.rst +++ b/reference/forms/types/birthday.rst @@ -40,6 +40,7 @@ option defaults to 120 years ago to the current year. | | - `disabled`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -116,6 +117,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/checkbox.rst b/reference/forms/types/checkbox.rst index 9814e0306db..e5b23ab68a1 100644 --- a/reference/forms/types/checkbox.rst +++ b/reference/forms/types/checkbox.rst @@ -26,6 +26,7 @@ if you want to handle submitted values like "0" or "false"). | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -88,6 +89,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/choice.rst b/reference/forms/types/choice.rst index 6c7dd1ce8ec..13f0c0bdcdb 100644 --- a/reference/forms/types/choice.rst +++ b/reference/forms/types/choice.rst @@ -37,6 +37,7 @@ To use this field, you must specify *either* ``choices`` or ``choice_loader`` op | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `label`_ | | | - `label_attr`_ | @@ -280,6 +281,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/label.rst.inc diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index e451791be51..eb4ddcdb64a 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -29,6 +29,7 @@ photos). | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -426,6 +427,8 @@ error_bubbling .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/color.rst b/reference/forms/types/color.rst index db8c5f0365f..e601f1e6932 100644 --- a/reference/forms/types/color.rst +++ b/reference/forms/types/color.rst @@ -24,6 +24,7 @@ element. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -63,6 +64,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/country.rst b/reference/forms/types/country.rst index ed51d8c023e..423d49e4224 100644 --- a/reference/forms/types/country.rst +++ b/reference/forms/types/country.rst @@ -43,6 +43,7 @@ the option manually, but then you should just use the ``ChoiceType`` directly. | | - `empty_data`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -118,6 +119,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/currency.rst b/reference/forms/types/currency.rst index 0392bd72d48..15f94ec5b6b 100644 --- a/reference/forms/types/currency.rst +++ b/reference/forms/types/currency.rst @@ -35,6 +35,7 @@ manually, but then you should just use the ``ChoiceType`` directly. | | - `empty_data`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -107,6 +108,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/date.rst b/reference/forms/types/date.rst index 3ed4afdba96..0b240504c17 100644 --- a/reference/forms/types/date.rst +++ b/reference/forms/types/date.rst @@ -37,6 +37,7 @@ and can understand a number of different input formats via the `input`_ option. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -214,6 +215,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/dateinterval.rst b/reference/forms/types/dateinterval.rst index 814aa18f77d..e9a3539b0d8 100644 --- a/reference/forms/types/dateinterval.rst +++ b/reference/forms/types/dateinterval.rst @@ -41,6 +41,7 @@ or an array (see `input`_). | options | - `disabled`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -315,6 +316,8 @@ These options inherit from the :doc:`form ` type: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index e3ce3f12586..5b9295c5885 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -46,6 +46,7 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array. | options | - `disabled`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -233,6 +234,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/email.rst b/reference/forms/types/email.rst index 471f87137c0..6e698caf1d6 100644 --- a/reference/forms/types/email.rst +++ b/reference/forms/types/email.rst @@ -17,6 +17,7 @@ The ``EmailType`` field is a text field that is rendered using the HTML5 | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -56,6 +57,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index e99c75b65be..034e1cafb84 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -43,6 +43,7 @@ objects from the database. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -335,6 +336,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/file.rst b/reference/forms/types/file.rst index e28b52de4d7..9c9c892a98c 100644 --- a/reference/forms/types/file.rst +++ b/reference/forms/types/file.rst @@ -20,6 +20,7 @@ The ``FileType`` represents a file input in your form. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -132,6 +133,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/form.rst b/reference/forms/types/form.rst index 3edb88667ef..d31f75126ec 100644 --- a/reference/forms/types/form.rst +++ b/reference/forms/types/form.rst @@ -21,6 +21,7 @@ on all types for which ``FormType`` is the parent. | | - `extra_fields_message`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -110,6 +111,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/integer.rst b/reference/forms/types/integer.rst index 1c35c581f08..70968886016 100644 --- a/reference/forms/types/integer.rst +++ b/reference/forms/types/integer.rst @@ -29,6 +29,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | | | - `label`_ | @@ -118,6 +119,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/invalid_message.rst.inc .. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc diff --git a/reference/forms/types/language.rst b/reference/forms/types/language.rst index 244cea352b5..013dbbb7430 100644 --- a/reference/forms/types/language.rst +++ b/reference/forms/types/language.rst @@ -45,6 +45,7 @@ manually, but then you should just use the ``ChoiceType`` directly. | | - `empty_data`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -120,6 +121,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/locale.rst b/reference/forms/types/locale.rst index dca67366178..bfe19e9e2c8 100644 --- a/reference/forms/types/locale.rst +++ b/reference/forms/types/locale.rst @@ -46,6 +46,7 @@ manually, but then you should just use the ``ChoiceType`` directly. | | - `empty_data`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -121,6 +122,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/money.rst b/reference/forms/types/money.rst index dafa34543e2..a02b68b95a7 100644 --- a/reference/forms/types/money.rst +++ b/reference/forms/types/money.rst @@ -30,6 +30,7 @@ how the input and output of the data is handled. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | | | - `label`_ | @@ -126,6 +127,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/invalid_message.rst.inc .. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc diff --git a/reference/forms/types/number.rst b/reference/forms/types/number.rst index 0726f0a971d..4d77428e171 100644 --- a/reference/forms/types/number.rst +++ b/reference/forms/types/number.rst @@ -25,6 +25,7 @@ that you want to use for your number. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | | | - `label`_ | @@ -87,6 +88,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/invalid_message.rst.inc .. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc diff --git a/reference/forms/types/options/help_html.rst.inc b/reference/forms/types/options/help_html.rst.inc new file mode 100644 index 00000000000..d53c4ed49e2 --- /dev/null +++ b/reference/forms/types/options/help_html.rst.inc @@ -0,0 +1,7 @@ +help_html +~~~~~~~~~ + +**type**: ``bool`` **default**: ``false`` + +Define if the help content will be escaped when rendered or not. Default is `false`, +the HTML content is escaped. Set it to true if you want to use HTML help message. diff --git a/reference/forms/types/password.rst b/reference/forms/types/password.rst index ecf209757c1..47004089d01 100644 --- a/reference/forms/types/password.rst +++ b/reference/forms/types/password.rst @@ -20,6 +20,7 @@ The ``PasswordType`` field renders an input password text box. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -85,6 +86,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/percent.rst b/reference/forms/types/percent.rst index b4bba6f12fc..3485fb52766 100644 --- a/reference/forms/types/percent.rst +++ b/reference/forms/types/percent.rst @@ -27,6 +27,7 @@ This field adds a percentage sign "``%``" after the input box. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | | | - `label`_ | @@ -103,6 +104,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/invalid_message.rst.inc .. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc diff --git a/reference/forms/types/radio.rst b/reference/forms/types/radio.rst index 74a0d461702..868168be35f 100644 --- a/reference/forms/types/radio.rst +++ b/reference/forms/types/radio.rst @@ -29,6 +29,7 @@ If you want to have a boolean field, use :doc:`CheckboxType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/range.rst b/reference/forms/types/range.rst index 2d0a094e34d..bed09c510ca 100644 --- a/reference/forms/types/range.rst +++ b/reference/forms/types/range.rst @@ -18,6 +18,7 @@ The ``RangeType`` field is a slider that is rendered using the HTML5 | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `mapped`_ | @@ -73,6 +74,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/repeated.rst b/reference/forms/types/repeated.rst index d1f8fe128a0..4c0aba2d7ff 100644 --- a/reference/forms/types/repeated.rst +++ b/reference/forms/types/repeated.rst @@ -26,6 +26,7 @@ accuracy. | options | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | | | - `mapped`_ | @@ -189,6 +190,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/invalid_message.rst.inc .. include:: /reference/forms/types/options/invalid_message_parameters.rst.inc diff --git a/reference/forms/types/search.rst b/reference/forms/types/search.rst index c3e7e2db0d2..92bbc750f2a 100644 --- a/reference/forms/types/search.rst +++ b/reference/forms/types/search.rst @@ -18,6 +18,7 @@ Read about the input search field at `DiveIntoHTML5.info`_ | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -55,6 +56,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/tel.rst b/reference/forms/types/tel.rst index fa56a941ffb..73007d70c5e 100644 --- a/reference/forms/types/tel.rst +++ b/reference/forms/types/tel.rst @@ -23,6 +23,7 @@ to input phone numbers. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -62,6 +63,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/text.rst b/reference/forms/types/text.rst index cfd4c608464..7dc5ddf5554 100644 --- a/reference/forms/types/text.rst +++ b/reference/forms/types/text.rst @@ -17,6 +17,7 @@ The TextType field represents the most basic input text field. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -63,6 +64,8 @@ an empty string, explicitly set the ``empty_data`` option to an empty string. .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index 6b0a7c502ba..5e0f70d967a 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -17,6 +17,7 @@ Renders a ``textarea`` HTML element. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -64,6 +65,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/time.rst b/reference/forms/types/time.rst index 0181f0ea75f..50b7ac86f77 100644 --- a/reference/forms/types/time.rst +++ b/reference/forms/types/time.rst @@ -38,6 +38,7 @@ stored as a ``DateTime`` object, a string, a timestamp or an array. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `inherit_data`_ | | | - `invalid_message`_ | | | - `invalid_message_parameters`_ | @@ -201,6 +202,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/inherit_data.rst.inc .. include:: /reference/forms/types/options/invalid_message.rst.inc diff --git a/reference/forms/types/timezone.rst b/reference/forms/types/timezone.rst index b190edb430e..c486bcd497c 100644 --- a/reference/forms/types/timezone.rst +++ b/reference/forms/types/timezone.rst @@ -40,6 +40,7 @@ manually, but then you should just use the ``ChoiceType`` directly. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -135,6 +136,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc diff --git a/reference/forms/types/url.rst b/reference/forms/types/url.rst index b4cd95758ad..d9246467633 100644 --- a/reference/forms/types/url.rst +++ b/reference/forms/types/url.rst @@ -20,6 +20,7 @@ have a protocol. | | - `error_mapping`_ | | | - `help`_ | | | - `help_attr`_ | +| | - `help_html`_ | | | - `label`_ | | | - `label_attr`_ | | | - `label_format`_ | @@ -71,6 +72,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/help_attr.rst.inc +.. include:: /reference/forms/types/options/help_html.rst.inc + .. include:: /reference/forms/types/options/label.rst.inc .. include:: /reference/forms/types/options/label_attr.rst.inc