You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in attaching a WYSIWYG editor to a textarea as generated by inline_models. There's a discussion of how to do this for regular textareas in this repo. After a bit of experimentation, it seemed to be impossible to do this for the inline_models ones because of lack of control over how that generates the forms.
I asked about it as an Issue in the Flask-CKEditor repo (whose maintainer made the last comment in the link above), and, after I provided sample code for how it should work, the maintainer said "Since the textarea is dynamically created when using inline model, I can't find a proper way to make it work with this extension. Please report this issue to Flask-Admin, maybe they can add a hook to support this feature."
Apologies if I'm misunderstanding what would be required to make this happen. If there is a way to accomplish this currently, I'd love a hint.
Thanks.
The text was updated successfully, but these errors were encountered:
I am interested in attaching a WYSIWYG editor to a textarea as generated by
inline_models
. There's a discussion of how to do this for regular textareas in this repo. After a bit of experimentation, it seemed to be impossible to do this for theinline_models
ones because of lack of control over how that generates the forms.I asked about it as an Issue in the Flask-CKEditor repo (whose maintainer made the last comment in the link above), and, after I provided sample code for how it should work, the maintainer said "Since the textarea is dynamically created when using inline model, I can't find a proper way to make it work with this extension. Please report this issue to Flask-Admin, maybe they can add a hook to support this feature."
Apologies if I'm misunderstanding what would be required to make this happen. If there is a way to accomplish this currently, I'd love a hint.
Thanks.
The text was updated successfully, but these errors were encountered: