Yellow Flag

This website version is not maintained anymore

Up to date documentation is available in Symfony 3.x website (see the dropdown menu above).

Basic usage

This is a collection of simple text fields using the plugin with all default options.


This demostration is made of the following files (click to see on GitHub in a new tab):
    -     Controller/BasicController.php
    -     Resources/views/Basic/basic.html.twig
Add, move, remove values and press Submit.
Value
Value
Value

Value :a

Value :b

Value :c


Code used:

    <script type="text/javascript">
        $('.my-selector').collection();
    </script>