I open page1.php in modal window. Page1.php calls another underground php file to render its contents. One output to it is a form containing textarea. I need to make the textarea rich with tinymce (which i have worked with before) but I can't. It works fine in a non-modal fashion but in modal, the textarea is normal, no javascript errors.
What would be the way to make my textarea rich? I dont mind changing from tinymce to other techs if it works fine.
What would be the way to make my textarea rich? I dont mind changing from tinymce to other techs if it works fine.
Comment