Tag Archives: tinymce

WordPress Tinymce text fields (raw HTML and JS code)

Once tinymce is loaded onto the admin page you want to work with, just use the code below to replace a textarea with the tinymce editor. Check out this blog ( http://blog.zen-dreams.com/en/2009/06/30/integrate-tinymce-into-your-wordpress-plugins/ ) for info about getting the neccessary code … Continue reading

Posted in Web Development | Tagged , | 1 Comment

Installing MCImageManager on Drupal 6.12

This is a quick note on how to install MCImageManager on Drupal 6.xx in combination with TinyMCE and WYSIWYG API editor. My directory structure is as follows: sites\all\modules\wysiwyg\tinymce\jscripts\tiny_mce\plugins\imagemanager So, looking at that structure, you can see that the WYSIWYG API … Continue reading

Posted in Web Development | Tagged , , | 3 Comments