We have used tinyMCE at several places in our app just by adding a class to the text area or whichever element wherein we need to insert TinyMCE. But when I try to add tinyMCE to a newly created text area, it doesn’t get loaded. But when I inspect the code, I Can find that the Jquery.tinymce.js script has been loaded. Kindly help me out.
Share
Looks like you call the tinymce init function on pageload.
When you create a new textarea on the fly you should init that tinymce instance explicitly.
For this use: