@@ -130,7 +130,7 @@ other things, determines which HTML form tag(s) is rendered for that field.
130
130
Finally, you added a submit button for submitting the form to the server.
131
131
132
132
.. versionadded :: 2.3
133
- Support for submit buttons was added in Symfony 2.3. Before that, you had
133
+ Support for submit buttons was introduced in Symfony 2.3. Before that, you had
134
134
to add buttons to the form's HTML manually.
135
135
136
136
Symfony2 comes with many built-in types that will be discussed shortly
@@ -278,7 +278,7 @@ Submitting Forms with Multiple Buttons
278
278
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
279
279
280
280
.. versionadded :: 2.3
281
- Support for buttons in forms was added in Symfony 2.3.
281
+ Support for buttons in forms was introduced in Symfony 2.3.
282
282
283
283
When your form contains more than one submit button, you will want to check
284
284
which of the buttons was clicked to adapt the program flow in your controller.
@@ -478,7 +478,7 @@ Disabling Validation
478
478
~~~~~~~~~~~~~~~~~~~~
479
479
480
480
.. versionadded :: 2.3
481
- The ability to set ``validation_groups `` to false was added in Symfony 2.3.
481
+ The ability to set ``validation_groups `` to false was introduced in Symfony 2.3.
482
482
483
483
Sometimes it is useful to suppress the validation of a form altogether. For
484
484
these cases you can set the ``validation_groups `` option to ``false ``::
@@ -548,7 +548,7 @@ Groups based on the Clicked Button
548
548
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
549
549
550
550
.. versionadded :: 2.3
551
- Support for buttons in forms was added in Symfony 2.3.
551
+ Support for buttons in forms was introduced in Symfony 2.3.
552
552
553
553
When your form contains multiple submit buttons, you can change the validation
554
554
group depending on which button is used to submit the form. For example,
0 commit comments