• Evan Herman

    (@eherman24)


    I am trying to initialize tinyMCE on demand, when a button is clicked by converting a text area into a WYSIWYG editor. But when I convert the text area into the WYSIWYG, the buttons appear differently than the standard WP editor, and a few of the buttons that were adding via functions.php and through plugins are not included.

    How can I get those buttons included into my newly initialized tinyMCE editor?

    <textarea id="movie_description_hidden" name="url[]"></textarea>

    tinyMCE.init({
                        mode : "textareas",
                        editor_deselector  : "large-text",
                        skin : "wp_theme"
                    })
  • The topic ‘Trying to Initialize the WP version of TinyMCE’ is closed to new replies.