Support » Fixing WordPress » 2 tinyMCE on edit-post page

  • Hey for everyone. i made plugin for wordpress. this plugin add’s more input fields on edit post page and also add’s textarea with tinymce editor. The problem is with the tinymce editor, because when they are two on the same page then pressing on HTML or VISUAL buttons makes changes on both editors and did’nt show witch active. Shows only on description editor, but not on mine. The editor on my plugin page are made like this:
    <div>
    <?php the_editor( there is some text’, ‘multilanguage’); ?>
    </div>

    also tried like this:
    <div>
    <?php the_editor( there is some text’, ‘multilanguage’, ‘multilanguage2’); ?>
    </div>

    will be glade to hear some solutions for this
    P.S. sorry for my english

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘2 tinyMCE on edit-post page’ is closed to new replies.