Problem with Tinymce Rails

Asked

Viewed 50 times

0

I am creating an application with Rails and made the integration of the Tinymce editor by Gem

The installation process went smoothly. I tested it on the local server and it worked the first time. But when I opened the form again the editing area does not appear.

1 answer

1


Darshan you’re probably using Tinymce in a modal, right?

If yes, that’s why you need to start Tinymce by javascript in this modal, so that it searches the server for their JS and CSS dependencies that are loaded dynamically.

I went through it once and that’s how I agreed to it. I believe there must be some configuration too so that Tinymce is not initialized every time when we open a modal.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.