Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cbb92b0

Browse filesBrowse 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
Copy full SHA for cbb92b0

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎form/form_collections.rst

Copy file name to clipboardExpand all lines: form/form_collections.rst
+8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.