8000 minor #7020 Added jQuery symfony-collection plugin to Form collection… · symfony/symfony-docs@cbb92b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbb92b0

Browse files
committed
minor #7020 Added jQuery symfony-collection plugin to Form collection docs (hiddewie)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #7020). Discussion ---------- Added jQuery symfony-collection plugin to Form collection docs Issue #6943. I've added a few lines in the form cookbook about form collections. I have placed the content at the bottom because the whole document is concerned. If another branch must be targeted I will rebase the changes. Commits ------- 0654842 Added jQuery symfony-collection plugin to Form collection docs
2 parents 83428ec + 0654842 commit cbb92b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

form/form_collections.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,5 +739,13 @@ the relationship between the removed ``Tag`` and ``Task`` object.
739739
updated (whether you're adding new tags or removing existing tags) on
740740
each Tag object itself.
741741

742+
.. sidebar:: Form collection jQuery plugin
743+
744+
The jQuery plugin `symfony-collection`_ helps with ``collection`` form elements,
745+
by providing the JavaScript functionality needed to add, edit and delete
746+
elements of the collection. More advanced functionality like moving or duplicating
747+
an element in the collection and customizing the buttons is also possible.
748+
742749
.. _`Owning Side and Inverse Side`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html
743750
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/
751+
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection

0 commit comments

Comments
 (0)
0