Skip to content

Commit fe53a3f

Browse files
committed
Added link to JSFiddle example
1 parent 7bb4f34 commit fe53a3f

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)