Skip to content

Commit

Permalink
feature #4125 Added link to JSFiddle example (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 16, 2014
2 parents 75bda4b + fe53a3f commit 4d5adaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ Now, each time a user clicks the ``Add a tag`` link, a new sub form will
appear on the page. When the form is submitted, any new tag forms will be converted
into new ``Tag`` objects and added to the ``tags`` property of the ``Task`` object.

.. seealso::

You can find a working example in this `JSFiddle`_.

To make handling these new tags easier, add an "adder" and a "remover" method
for the tags in the ``Task`` class::

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

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

0 comments on commit 4d5adaa

Please sign in to comment.