Covers the class of editor APIs identified by Editor:
tinymce.activeEditor.insertContent()
tinymce.activeEditor.setContent()
- etc.
TinyMCE's Editor
object provides access to manipulating the TinyMCE editor instance. It can be accessed globally (tinymce.activeEditor
) and by ID (tinymce.get('content')
).
Some commonly-used methods of the object include insertContent()
and setContent()
. These methods are often driven by use of a TinyMCE Toolbar Button.
Please open a new issue to suggest additional examples of existing usage.
There are no Gutenberg equivalents for this API.