Skip to content

Commit 4d5adaa

Browse files
committed
feature #4125 Added link to JSFiddle example (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Added link to JSFiddle example | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #3853 Commits ------- fe53a3f Added link to JSFiddle example
2 parents 75bda4b + fe53a3f commit 4d5adaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookbook/form/form_collections.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ Now, each time a user clicks the ``Add a tag`` link, a new sub form will
413413
appear on the page. When the form is submitted, any new tag forms will be converted
414414
into new ``Tag`` objects and added to the ``tags`` property of the ``Task`` object.
415415

416+
.. seealso::
417+
418+
You can find a working example in this `JSFiddle`_.
419+
416420
To make handling these new tags easier, add an "adder" and a "remover" method
417421
for the tags in the ``Task`` class::
418422

@@ -726,3 +730,4 @@ the relationship between the removed ``Tag`` and ``Task`` object.
726730
each Tag object itself.
727731

728732
.. _`Owning Side and Inverse Side`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html
733+
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/

0 commit comments

Comments
 (0)