How to handle multiple instance of “send_to_editor” js function
Here is what I am doing:
Here is what I am doing:
Is there a way to define wp_editor() with custom tinyMCE buttons?
I know there are similar topics with accepted answers but I can’t find what I’m looking for. I want to keep only basic buttons in wp_editor(). I’m using this in an option page to make writing more comfortable.
Good to hear that Sonny (wordpress3.3) has the new editor API wp_editor() that gives us the ability to use multiple instances of the editor in our custom fields with ease.