views:

389

answers:

2

Hi i'm using tinymce in a jquery ui dialog. But is only readable why?

How can i fix it?

thanks

+2  A: 

I solved it. i have to do the init of the tinymce on the dialog's textarea after the open event of it and destroy it on beforeClose event.

Luca Romagnoli
A: 

can you write down the code on the close, and open event of the dialog here? im trying to use tinyMCE init on the open event, and tiniMCE destroy() on the close event of the dialog but its still the same

herman