Skip to content

Commit 349fa5a

Browse files
authored
Add @a2lix/symfony-collection solution
1 parent 63b36c7 commit 349fa5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

form/form_collections.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,13 +747,17 @@ the relationship between the removed ``Tag`` and ``Task`` object.
747747
updated (whether you're adding new tags or removing existing tags) on
748748
each Tag object itself.
749749

750-
.. sidebar:: Form collection jQuery plugin
750+
.. sidebar:: Form collection external solutions
751751

752752
The jQuery plugin `symfony-collection`_ helps with ``collection`` form elements,
753753
by providing the JavaScript functionality needed to add, edit and delete
754754
elements of the collection. More advanced functionality like moving or duplicating
755755
an element in the collection and customizing the buttons is also possible.
756+
757+
The package `@a2lix/symfony-collection`_ helps as well with ``collection`` form elements,
758+
to provide to modern browsers a simple version that do not require jQuery anymore.
756759

757760
.. _`Owning Side and Inverse Side`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html
758761
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/
759762
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection
763+
.. _`@a2lix/symfony-collection`: https://github.com/a2lix/symfony-collection

0 commit comments

Comments
 (0)