Skip to content

Commit 61f4ecc

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Add @a2lix/symfony-collection solution
2 parents 27868a0 + 75b22d9 commit 61f4ecc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

form/form_collections.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,14 @@ the relationship between the removed ``Tag`` and ``Task`` object.
709709
updated (whether you're adding new tags or removing existing tags) on
710710
each Tag object itself.
711711

712-
.. sidebar:: Form collection jQuery plugin
712+
.. seealso::
713713

714-
The jQuery plugin `symfony-collection`_ helps with ``collection`` form elements,
715-
by providing the JavaScript functionality needed to add, edit and delete
716-
elements of the collection. More advanced functionality like moving or duplicating
717-
an element in the collection and customizing the buttons is also possible.
714+
The Symfony community has created some JavaScript packages that provide the
715+
functionality needed to add, edit and delete elements of the collection.
716+
Check out the `@a2lix/symfony-collection`_ package for modern browsers and
717+
the `symfony-collection`_ package based on jQuery for the rest of browsers.
718718

719719
.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
720720
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/
721+
.. _`@a2lix/symfony-collection`: https://github.com/a2lix/symfony-collection
721722
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection

0 commit comments

Comments
 (0)