Questions tagged [tinymce-plugins]
247 questions
2
votes
1 answer
Codemirror plugin Tinymce inline mode IndexSizeError
I'm using tinymce in inline mode on a contenteditable div.
I have used the CodeMirror tinymce plugin before (not inline mode) with no issues, but it doesn't seem to work correctly in inline mode.
I've tried changing the config to inline: false and…

Oli B
- 218
- 3
- 14
2
votes
1 answer
Displaying the video in the TinyMCE editor
Good afternoon, I will explain the problem in details. I'm connecting the TinyMCE editor version 4.6.4 to my site. It has plugins in the Media plugin through which you can insert media files into the editor.
Thus, I add video to the editor.…

Raz Galstyan
- 318
- 3
- 18
2
votes
2 answers
Tinymce custom plugin
A client asked me to make a plugin to insert phone links, I know this can be done through the link plugin but he wants one specifically designed to do this. I already have the plugin with the popup window where you can insert the data you need, here…

krlos77
- 331
- 5
- 13
2
votes
1 answer
Cannot place shortcode value using Editor Button - getting Uncaught Type Error
I have created an Editor button using TinyMCE plugin. The button is displaying fine in Editor toolbar. But when I click on it to place the value I am getting the following console error. How can I fix this please?
WordPress version: 4.7.5
Uncaught…

Subrata Sarkar
- 2,975
- 6
- 45
- 85
2
votes
0 answers
TinyMCE Dirty Flag is not set or is reset automatically after Editor leaving?
After Configuring the TinyMce Editor and some Functions I want now to Warn the User if he did changes but did not save them.
For that Iam Checking the Dirty Flag at Blur. But its always set false .
controller.js
this.$scope.tinymceOptions = {
…

AkAk47
- 291
- 4
- 18
2
votes
1 answer
TinyMCE4 custom self closing tag
I have some custom XML tags which I want to use in my TinyMCE 4 editor.
One of it, is self closing.
For example this 'html' is valid:
According to allow…

Michiel van Vaardegem
- 2,260
- 20
- 35
2
votes
1 answer
TinyMce add a new language in codesample list
I'm using TinyMce and I would like to add a new language in the default list provided by codesample.
Checking the docs of codesample I didn't find anything regarding it, they are quite basic and limited.
Is there any option to do so besides having…

Alvaro
- 40,778
- 30
- 164
- 336
2
votes
1 answer
TinyMCE windowManager open HTML form with translation
I am migrating a TinyMCE 3.x plugin to 4.x
The plugin uses a number of dialogs defined by individual HTML files. These files have internationalized strings inside, e.g.,
2
votes
2 answers
Stop window from closing in tinyMCE in onSubmit function
I am trying to add some validation logic to the code plugin for tinyMCE.
It seems, however, that when a window's onSubmit function is called, the window closes by default.
The onSubmit function currently looks like this:
onSubmit: function…

AndrewPno
- 41
- 4
2
votes
2 answers
Set TinyMCE editor option after Initialization
How to set TinyMCE templates option after initialization? Is it possible in TinyMCE 4?
I've seen in a source code of Template plugin that this option is read every time user clicks on 'Insert template' button. So I think it could pick up a new value…

naXa stands with Ukraine
- 35,493
- 19
- 190
- 259
1
vote
0 answers
Copy from word and paste editor the bullet list formatting is missing
Tinymce 6 version
I have word document contains some list items like shown below
After pasting the content in Tinymce editor the formatting is not correct. it's placed as 'paragraph'.
Expected:
It should keep the formatting: like below
'
Text…

Rubber
- 87
- 9
1
vote
1 answer
Issue: Lack of Syntax Highlighting in TinyMCE CodeSample Plugin on Content Viewer and Internal Preview, while Visible in the Editor
I'm currently working with AngularJS and TinyMCE, and I have almost completed the integration. However, I am facing an issue with the CodeSample plugin. The problem is that it does not produce the expected output with syntax highlighting in the…

Ahammad Kabeer
- 35
- 4
1
vote
0 answers
How to remove only show caption option from the table properties in tinymce v5.8.2 angular
Im using tinymce editor v.5.8.2 and in tinymce, I would like to remove show caption option from the table properties. Below is the image of list of table properties.
I have found one way using advtable plugin which is a paid plugin.
Is there…

Srichand Malladi
- 21
- 2
1
vote
1 answer
TinyMCE 6 Mention Plugin - Provision to change "@" symbol to "#" symbol
I am doing a POC on TinyMCE Mention Plugin by using 14days free trial version of TinyMCE 6.
As per the Mention Plugin documentation, "The mentions plugin will present a list of users when a user types the "@" symbol followed by the beginnings of a…

Upama Chatterjee
- 13
- 2
1
vote
0 answers
How to set max width for specific block with TinyMCE editor
I've integrated TinyMCE with React.js.
But there is a feature I need which seems TinyMCE doesn't support it natively so I wanna know how can I add it.
you see the two blocks that are surrounded by the red box (see the image below) have maxWidth and…

Amjed Omar
- 853
- 2
- 14
- 30