Dear All!
I followed this tutorial:
http://dannyvankooten.com/450/tinymce-wysiwyg-editor-in-wordpress-plugin/
and got the TinyMCE editor working in my plugins page (in the WP Admin section), but the media-upload functions are not showing the popup window :(
If i click on the links and select "open in new window", the function loads itself, but not in popup window...
I also added this:
wp_enqueue_script(array('jquery', 'editor', 'thickbox', 'media-upload'));
wp_enqueue_style('thickbox');
to my admin-footer.php file.
Can someone help me, how to fox this?
Thank you.