Relative Content

Tag Archive for tinymce

Showing Word Count in TinyMCE in Inline Mode

Is there anyway to display the word count in TinyMCE when running in inline mode? The standard behavior is to show the word count in the status bar; however, the status bar does not render in inline mode.

Is there real-time validation of the license key in TinyMCE?

I’m working with TinyMCE version 7 and noticed a potential issue with the license key validation. In the tinymce.js file, the license_key configuration option seems to only check the length of the provided key to determine its validity. This means that if I supply a random key that satisfies the length requirement, it passes as valid.

Is there real-time validation of the license key in TinyMCE?

I’m working with TinyMCE version 7 and noticed a potential issue with the license key validation. In the tinymce.js file, the license_key configuration option seems to only check the length of the provided key to determine its validity. This means that if I supply a random key that satisfies the length requirement, it passes as valid.

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?