I'm having problems with TinyMCE on Laravel. I'll declare his js as explained. I already tested to see if it was really charging and it was positive. But when I declare:
tinymce.init({
selector:'#question'
});
Nothing happens. In the code above, question is the id of the textarea type field that I want to load it. Can someone guide me where I'm going wrong?