infinite-networks / InfiniteFormBundle

A collection of useful form types and extensions for Symfony.
169 stars 40 forks source link

Does it work recursivly? #23

Closed trondal closed 1 year ago

trondal commented 9 years ago

Hi.

Does the polycollection type work when belonging to an collection? form->collection->ploycollection?

merk commented 9 years ago

Yes, theres no reason it wont work except it becomes more complex working with prototypes

ghost commented 9 years ago

A problem work recursivly is, that all javascript <script type="text/javascript">...</script> in the prototype will be removed because of $row = $($.parseHTML(html));. can you change that in collections.js to $row = $($.parseHTML(html,document,true));?