From a895b6e597f266df99aad25085a0e9d2696992b4 Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Sat, 1 Oct 2016 16:10:10 +0200 Subject: [PATCH] Added jQuery symfony-collection plugin to Form collection docs Fixed title of jQuery plugin --- cookbook/form/form_collections.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cookbook/form/form_collections.rst b/cookbook/form/form_collections.rst index e3e3b61142f..2c4ae5ffa2e 100644 --- a/cookbook/form/form_collections.rst +++ b/cookbook/form/form_collections.rst @@ -739,5 +739,13 @@ the relationship between the removed ``Tag`` and ``Task`` object. updated (whether you're adding new tags or removing existing tags) on each Tag object itself. +.. sidebar:: Form collection jQuery plugin + + The jQuery plugin `symfony-collection`_ helps with ``collection`` form elements, + by providing the JavaScript functionality needed to add, edit and delete + elements of the collection. More advanced functionality like moving or duplicating + an element in the collection and customizing the buttons is also possible. + .. _`Owning Side and Inverse Side`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html .. _`JSFiddle`: http://jsfiddle.net/847Kf/4/ +.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection