These are my problems:
- The tinyMCE show a nice textbox area with editor, but when i select bold, italics ,align options which add class to my content don´t apply the format.
- I am using simple modal JQuery plugin. When I display the popup the text areas don´t allow to write. I think that the problem is the init function (I have text areas outside the popups so i load (init) tinymce in my "principal view")
Which could be the problem? How could i use tinyMCE in my "principal view" and popups?
Thanks in advance
NOTE: If you need my code please comment.