Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Bootsy wysiwyg editor not supported for nested forms #376

Open
om-nishu-trantor opened this issue Jul 18, 2016 · 3 comments
Open

Bootsy wysiwyg editor not supported for nested forms #376

om-nishu-trantor opened this issue Jul 18, 2016 · 3 comments

Comments

@om-nishu-trantor
Copy link

Hi,
I am facing issue mentioned here: http://stackoverflow.com/questions/38434751/bootsy-editor-not-working-for-nested-attribtues-added-through-nested-form-gem
one liner - bootsy wysiwyg editor area is not populating in nested fields.

Help is appreciable.

@om-nishu-trantor om-nishu-trantor changed the title Bootsy qysiwyg editor not supported for nested forms Bootsy wysiwyg editor not supported for nested forms Jul 18, 2016
@CyrilFouh
Copy link

Have you find any solution on this problem?

@CyrilFouh
Copy link

Finally, I find a way to fix you issue. Inspired by the Ryanb example with datepicker:
$(document).on('nested:fieldAdded', function(event){ var field = event.field; var wysihtml5Field = field.find('.wysihtml5'); wysihtml5Field.wysihtml5(); });
It work for me ;)

@om-nishu-trantor
Copy link
Author

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants