If I open my textarea field inside a fancyBox window inline like so:
<a href="#someId" class="fancybox">Edit</a>
text doesn't want to be displayed inside TinyMCE plugin I use. Text is already inside those textareas but it is greyed out if I look in the console and the TinyMCE plugin is unresponsive. Pic: here. I understand I need to initialize TinyMCE inside popup window but I don't know how?
I already initialized TinyMCE for all textareas and I initialized fancyBox in my script but thats it.