Forums

Add TinyMCE to textarea (2 posts)

  1. dcole07
    Member
    Posted 3 years ago #

    What code can I use to add TinyMCE to multiple textareas on a page or to a single textarea for that matter.

    This code adds some of the basic componets, but something more is needed to make it work? Does the textarea need a special id or class?

    <?php
    if ( user_can_richedit() )
    	wp_enqueue_script('editor');
    add_thickbox();
    wp_enqueue_script('media-upload');
    ?>
  2. volksman
    Member
    Posted 3 years ago #

    I have the exact same problem. If you found a solution please post it. I will post when I find one too...

Topic Closed

This topic has been closed to new replies.

About this Topic