I\'ve added TinyMCE to my project, and am using it on a text area which pops up in a fancybox. The first time I action it, it works fine, but if I then close it and try to
I'm using fancybox 2.0
$("#notesbtn").fancybox({ beforeShow: function () { tinymce.execCommand('mceToggleEditor', false, 'elm1'); }, beforeClose: function () { tinymce.EditorManager.execCommand('mceRemoveControl', true, 'elm1'); } });