Relative Content

Tag Archive for tinymce

How to Request a New API Key for TinyMCE?

I need to obtain a new API key for TinyMCE. Currently, I have an old API key that I would like to replace with a new one. What are the steps to request a new API key from TinyMCE?

Tiny MCE Editor Loads

When the Tiny team mentions “editor loads” in their pricing, do they mean the number of times a page is loaded that includes the tag, or is it every time I call $(element).fancybox() in my code?

How to add icon to menubar items?

const editorInitConfig = { // … menubar: “file edit view insert format table custom”, menu: { // … custom: { // icon: “emoji”, this option does not exist title: “Custom”, items: “…”, }, }, // … }; I’ve tried some custom injection to no prevail, I attempted to inject an SVG after the editor initializes […]