Questions tagged [tinymce-plugins]
247 questions
3
votes
1 answer
TinyMCE add custom control for windowManager
My goal is to create a custom control to be used in the dialog's body opened width editor.windowManager.open.
I found the standard controls source class on github, but I can't find a way to add a new control through a…

Kuuak
- 33
- 6
2
votes
0 answers
Dragging visual blocks in tinyMCE?
short question as I did not find a plugin and/or solution yet:
Is it somehow possible, to drag a visual block and drop it to another position? I am thinking of a way to allow content creators to easily rearrange blocks within the tinyMCE editor,…

deeno
- 33
- 6
2
votes
0 answers
TinyMC text area isn't encodes correctly to the MongoDB
While saving data to MongoDB, the characters that generated from a text area isn't generates correctly within the database, the output is just none (''), I've tried to change the input's unicode but nothing appeared to work. I will appreciate your…

Niv Ziv
- 41
- 7
2
votes
0 answers
Multiple select format in drop down with different options Using TinyMCE
I am using TinyMCE editor.
Is it possible to have two(multiple) selectformat with different options as shown like below image?
Please suggest us, If there is any option or example.
Thank you.

Meline
- 119
- 3
- 11
2
votes
1 answer
TinyMCE table not working/loading correctly on material-ui Modal
I'm using the currrent last version of TinyMCE, and i'm having a struggle with the table plugin. On my project i import the editor in two instances, one on a separate page dedicated only to the editor, and a second one that is being displayed on a…

AbstractCoder98
- 23
- 2
2
votes
1 answer
How to remove trigger character on autocomplete in tinyMCE?
How to remove trigger character on autocomplete in tinyMCE? Let's assume that the trigger character is @.
Once I select an autocomplete item, I wish to remove the preceding @ character.

Rakshit Kumar
- 21
- 3
2
votes
0 answers
How can I integrate Highcharts with TinyMCE in React
I have data for Rich Text Box coming from backend, I populate timyMCE with that data. I can see everything except the Charts which are integrated using Highcharts. How can I show these charts in TinyMCE Rich Text Box in react.

Amanullah Soomro
- 21
- 3
2
votes
1 answer
Unable to drop image into TinyMCE
I am unable to drag an image into TinyMCE 5.7.0, it just makes an error "Dropped file type is not supported". Dragging and dropping into the image upload modal works fine, but into the main window does not. A similar question here had an answer that…

Matt
- 1,328
- 1
- 16
- 28
2
votes
1 answer
Change TinyMCE content_style dynamically
I am trying to change the content style of tinymce editor in an EXTJS htmleditor field. The application has systemsettings where you can select font size for an textfield oder numberfield.
Now i want to have a defaultsystemsetting font size for the…

Tim Gal
- 23
- 3
2
votes
2 answers
Prevent TinyMCE from replacing to regular space
The TinyMCE editor replaces all to regular spaces when starts typing. I want to prevent the html entity conversion. It converts the entities in each key press.
I have already tried,
entity_encoding: "named",
entities:…

Kavya m
- 49
- 2
- 8
2
votes
1 answer
TinyMCE editor right click pasting not working
public async ngAfterViewInit(): Promise {
tinymce.init({
selector: `textarea#${this.identifier}`,
menubar: false,
contextmenu: "copy paste",
mobile: {
theme: 'silver'
},
readonly:…

Mustafa Gönen
- 49
- 8
2
votes
1 answer
How can I re-use the TinyMCE functionality for bold/italic/strikethrough for my custom buttons?
I'm just looking to add a few buttons to the TinyMCE editor via a plugin. The buttons will have the exact same functionality as the bold/italic/strikethrough buttons, but will instead be for the HTML tags: and .
Can I re-use the code…

Timothy Fisher
- 1,001
- 10
- 27
2
votes
2 answers
How do I load plugins in tinymce-react?
So I recently purchased the self-hosted version of the PowerPaste plugin. I downloaded it, unzipped it and copied it into the node-modules/@tinymce folder. But when I tried to load it it's still trying to fetch the powerpaste plugin from the cloud,…

Daniel Lee
- 21
- 1
- 2
2
votes
2 answers
TinyMCE not working since Worpress 4.9.6
The wordpress TinyMCE editor doesn't display since Wordpress new version (4.9.6).
Here is the console error :
wp-tinymce.php?c=1&ver=4711-20180425-tadv-4.7.11:5 Uncaught TypeError: Cannot create property 'name' on string 'f'
at…

KROMI Developers
- 291
- 1
- 3
- 9
2
votes
1 answer
Replace specific dom element with new content
I have a structure like this:
I defined a custom plugin for editing this section. And I return the new html content to replace the div.foo.
I set the…
Maybe some other content

GhitaB
- 3,275
- 3
- 33
- 62