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
{{ message }}
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
Hi! I was wondering, how do you add multiple rich text editors on one page? I have the problem where if I have multiple rich text editors, the same text appears in both of the same boxes when I refresh the page, even if I typed different things.
I'm trying to create a rich text editor for a text section and a caption section. Is there something I'm doing wrong in the code below?
Hi! I was wondering, how do you add multiple rich text editors on one page? I have the problem where if I have multiple rich text editors, the same text appears in both of the same boxes when I refresh the page, even if I typed different things.
I'm trying to create a rich text editor for a text section and a caption section. Is there something I'm doing wrong in the code below?
$('iframe.wysihtml5-sandbox').contents().find('body').html(data.text.text); $('iframe.wysihtml5-sandbox').contents().find('body').html(data.media.caption);
The text was updated successfully, but these errors were encountered: