infinite-networks/InfiniteFormBundle

Does it work recursivly?

trondal opened this issue · 2 comments

Hi.

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

merk commented

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

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));?