TinyMCE not working in http request xhr ajax generated page

Posted by user982853 on Stack Overflow See other posts from Stack Overflow or by user982853
Published on 2011-11-06T02:31:01Z Indexed on 2011/11/12 1:50 UTC
Read the original article Hit count: 381

Filed under:
|
|
|

So i I have a page that contains links that call an httpRequest. The request calls a php file that grabs data from mysql and pre populates a form which is then returned to the browser/webpage. My problem is that when the page is returned to the browser via the httpRequest/ajax the text area does not display the tinymce editor, it just displays a normal text area. It looks like my request and ajax is working fine the text area just doesn't have the tinycme editor on it.

When i don't use ajax it works fine but when i put it in a separate file and call it via ajax it doesn't bring in the tinymce editor.

Does anyone know how to fix this problem so that my ajax generated page displays the text area with the tinymce editor. Thank you.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about tinymce