Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit61f8403

Browse files
committed
align table pipes
1 parent54f0d44 commit61f8403

24 files changed

+24
-24
lines changed

‎reference/forms/types/checkbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if the box is unchecked, the value will be set to false.
1818
|| - `read_only`_|
1919
|| - `disabled`_|
2020
|| - `error_bubbling`_|
21-
|| - `error_mapping`_|
21+
|| - `error_mapping`_|
2222
|| - `mapped`_|
2323
+-------------+------------------------------------------------------------------------+
2424
| Parent type|:doc:`field</reference/forms/types/form>`|

‎reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ option.
2525
|| - `read_only`_|
2626
|| - `disabled`_|
2727
|| - `error_bubbling`_|
28-
|| - `error_mapping`_|
28+
|| - `error_mapping`_|
2929
|| - `mapped`_|
3030
|| - `virtual`_|
3131
|| - `by_reference`_|

‎reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ forms, which is useful when creating forms that expose one-to-many relationships
2222
+-------------+-----------------------------------------------------------------------------+
2323
| Inherited| - `label`_|
2424
| options| - `error_bubbling`_|
25-
|| - `error_mapping`_|
25+
|| - `error_mapping`_|
2626
|| - `by_reference`_|
2727
|| - `empty_data`_|
2828
|| - `mapped`_|

‎reference/forms/types/country.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ you should just use the ``choice`` type directly.
3030
|| - `preferred_choices`_|
3131
|| - `empty_value`_|
3232
|| - `error_bubbling`_|
33-
|| - `error_mapping`_|
33+
|| - `error_mapping`_|
3434
|| - `required`_|
3535
|| - `label`_|
3636
|| - `read_only`_|

‎reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ day, and year) or three select boxes (see the `widget_` option).
3838
|| - `disabled`_|
3939
|| - `mapped`_|
4040
|| - `virtual`_|
41-
|| - `error_mapping`_|
41+
|| - `error_mapping`_|
4242
+----------------------+-----------------------------------------------------------------------------+
4343
| Parent type| ``field`` (if text), ``form`` otherwise|
4444
+----------------------+-----------------------------------------------------------------------------+

‎reference/forms/types/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ``email`` field is a text field that is rendered using the HTML5
1717
|| - `read_only`_|
1818
|| - `disabled`_|
1919
|| - `error_bubbling`_|
20-
|| - `error_mapping`_|
20+
|| - `error_mapping`_|
2121
|| - `mapped`_|
2222
+-------------+---------------------------------------------------------------------+
2323
| Parent type|:doc:`field</reference/forms/types/form>`|

‎reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ objects from the database.
3030
|| - `read_only`_|
3131
|| - `disabled`_|
3232
|| - `error_bubbling`_|
33-
|| - `error_mapping`_|
33+
|| - `error_mapping`_|
3434
|| - `mapped`_|
3535
+-------------+------------------------------------------------------------------+
3636
| Parent type|:doc:`choice</reference/forms/types/choice>`|

‎reference/forms/types/file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ``file`` type represents a file input in your form.
1414
|| - `read_only`_|
1515
|| - `disabled`_|
1616
|| - `error_bubbling`_|
17-
|| - `error_mapping`_|
17+
|| - `error_mapping`_|
1818
|| - `mapped`_|
1919
+-------------+---------------------------------------------------------------------+
2020
| Parent type|:doc:`form</reference/forms/types/form>`|

‎reference/forms/types/hidden.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The hidden type represents a hidden input field.
1515
| Inherited| - `data`_|
1616
| options| - `property_path`_|
1717
|| - `mapped`_|
18-
|| - `error_mapping`_|
18+
|| - `error_mapping`_|
1919
+-------------+----------------------------------------------------------------------+
2020
| Parent type|:doc:`field</reference/forms/types/form>`|
2121
+-------------+----------------------------------------------------------------------+

‎reference/forms/types/integer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down (e.g. 6
2323
|| - `read_only`_|
2424
|| - `disabled`_|
2525
|| - `error_bubbling`_|
26-
|| - `error_mapping`_|
26+
|| - `error_mapping`_|
2727
|| - `invalid_message`_|
2828
|| - `invalid_message_parameters`_|
2929
|| - `mapped`_|

‎reference/forms/types/language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you should just use the ``choice`` type directly.
3131
|| - `preferred_choices`_|
3232
|| - `empty_value`_|
3333
|| - `error_bubbling`_|
34-
|| - `error_mapping`_|
34+
|| - `error_mapping`_|
3535
|| - `required`_|
3636
|| - `label`_|
3737
|| - `read_only`_|

‎reference/forms/types/locale.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ you should just use the ``choice`` type directly.
3232
|| - `preferred_choices`_|
3333
|| - `empty_value`_|
3434
|| - `error_bubbling`_|
35-
|| - `error_mapping`_|
35+
|| - `error_mapping`_|
3636
|| - `required`_|
3737
|| - `label`_|
3838
|| - `read_only`_|

‎reference/forms/types/money.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ how the input and output of the data is handled.
2424
|| - `read_only`_|
2525
|| - `disabled`_|
2626
|| - `error_bubbling`_|
27-
|| - `error_mapping`_|
27+
|| - `error_mapping`_|
2828
|| - `invalid_message`_|
2929
|| - `invalid_message_parameters`_|
3030
|| - `mapped`_|

‎reference/forms/types/number.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ you want to use for your number.
2020
|| - `read_only`_|
2121
|| - `disabled`_|
2222
|| - `error_bubbling`_|
23-
|| - `error_mapping`_|
23+
|| - `error_mapping`_|
2424
|| - `invalid_message`_|
2525
|| - `invalid_message_parameters`_|
2626
|| - `mapped`_|

‎reference/forms/types/password.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The ``password`` field renders an input password text box.
1818
|| - `read_only`_|
1919
|| - `disabled`_|
2020
|| - `error_bubbling`_|
21-
|| - `error_mapping`_|
21+
|| - `error_mapping`_|
2222
|| - `mapped`_|
2323
+-------------+------------------------------------------------------------------------+
2424
| Parent type|:doc:`text</reference/forms/types/text>`|

‎reference/forms/types/percent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This field adds a percentage sign "``%``" after the input box.
2323
|| - `read_only`_|
2424
|| - `disabled`_|
2525
|| - `error_bubbling`_|
26-
|| - `error_mapping`_|
26+
|| - `error_mapping`_|
2727
|| - `invalid_message`_|
2828
|| - `invalid_message_parameters`_|
2929
|| - `mapped`_|

‎reference/forms/types/radio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to have a Boolean field, use :doc:`checkbox</reference/forms/types/c
2222
|| - `read_only`_|
2323
|| - `disabled`_|
2424
|| - `error_bubbling`_|
25-
|| - `error_mapping`_|
25+
|| - `error_mapping`_|
2626
|| - `mapped`_|
2727
+-------------+---------------------------------------------------------------------+
2828
| Parent type|:doc:`field</reference/forms/types/form>`|

‎reference/forms/types/repeated.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ accuracy.
2525
| Inherited| - `invalid_message`_|
2626
| options| - `invalid_message_parameters`_|
2727
|| - `mapped`_|
28-
|| - `error_mapping`_|
28+
|| - `error_mapping`_|
2929
+-------------+------------------------------------------------------------------------+
3030
| Parent type|:doc:`field</reference/forms/types/form>`|
3131
+-------------+------------------------------------------------------------------------+

‎reference/forms/types/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Read about the input search field at `DiveIntoHTML5.info`_
1919
|| - `read_only`_|
2020
|| - `disabled`_|
2121
|| - `error_bubbling`_|
22-
|| - `error_mapping`_|
22+
|| - `error_mapping`_|
2323
|| - `mapped`_|
2424
+-------------+----------------------------------------------------------------------+
2525
| Parent type|:doc:`text</reference/forms/types/text>`|

‎reference/forms/types/text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The text field represents the most basic input text field.
1616
|| - `read_only`_|
1717
|| - `disabled`_|
1818
|| - `error_bubbling`_|
19-
|| - `error_mapping`_|
19+
|| - `error_mapping`_|
2020
|| - `mapped`_|
2121
+-------------+--------------------------------------------------------------------+
2222
| Parent type|:doc:`field</reference/forms/types/form>`|

‎reference/forms/types/textarea.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Renders a ``textarea`` HTML element.
1616
|| - `read_only`_|
1717
|| - `disabled`_|
1818
|| - `error_bubbling`_|
19-
|| - `error_mapping`_|
19+
|| - `error_mapping`_|
2020
|| - `mapped`_|
2121
+-------------+------------------------------------------------------------------------+
2222
| Parent type|:doc:`field</reference/forms/types/form>`|

‎reference/forms/types/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ as a ``DateTime`` object, a string, a timestamp or an array.
3333
|| - `disabled`_|
3434
|| - `mapped`_|
3535
|| - `virtual`_|
36-
|| - `error_mapping`_|
36+
|| - `error_mapping`_|
3737
+----------------------+-----------------------------------------------------------------------------+
3838
| Parent type| form|
3939
+----------------------+-----------------------------------------------------------------------------+

‎reference/forms/types/timezone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ you should just use the ``choice`` type directly.
3030
|| - `read_only`_|
3131
|| - `disabled`_|
3232
|| - `error_bubbling`_|
33-
|| - `error_mapping`_|
33+
|| - `error_mapping`_|
3434
|| - `mapped`_|
3535
+-------------+------------------------------------------------------------------------+
3636
| Parent type|:doc:`choice</reference/forms/types/choice>`|

‎reference/forms/types/url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ have a protocol.
2020
|| - `read_only`_|
2121
|| - `disabled`_|
2222
|| - `error_bubbling`_|
23-
|| - `error_mapping`_|
23+
|| - `error_mapping`_|
2424
|| - `mapped`_|
2525
+-------------+-------------------------------------------------------------------+
2626
| Parent type|:doc:`text</reference/forms/types/text>`|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp