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

Commit94287b3

Browse files
committed
Merge branch '2.2' into 2.3
2 parents92c66a5 +5acc483 commit94287b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a field for issue numbers
239239
2) You need to worry about passing in the ``em`` option whenever you're creating
240240
a form that uses the transformer.
241241

242-
Because of these, you may choose tocreate a:doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
242+
Because of these, you may choose to:doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
243243
First, create the custom field type class::
244244

245245
// src/Acme/TaskBundle/Form/Type/IssueSelectorType.php

‎cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ When you're building this form to display to the user for the first time,
437437
then this example works perfectly.
438438

439439
However, things get more difficult when you handle the form submission. This
440-
isbe cause the ``PRE_SET_DATA`` event tells us the data that you're starting
440+
isbecause the ``PRE_SET_DATA`` event tells us the data that you're starting
441441
with (e.g. an empty ``SportMeetup`` object), *not* the submitted data.
442442

443443
On a form, we can usually listen to the following events:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp