Questions tagged [tinymce-6]
83 questions
0
votes
0 answers
Nested div with custom element is stripping off the element in TinyMCE
I am creating a custom plugin that adds a combination of div tags and custom tags in a nested fashion, as shown below:

Mohammed Raqeeb
- 75
- 2
- 12
0
votes
0 answers
Uncaught TypeError: tinymce.create is not a function in tinyMCE-mention
I got this error "Uncaught TypeError: tinymce.create is not a function" in plugin.min.js. I used tinyMCE-mention
Code Snippet:
tinymce.init({
selector: '#comment.tinymce-editor',
toolbar_mode: 'floating',
height: 300,
…

Techna-sta
- 3
- 3
0
votes
0 answers
Add new line after an inserted div
I have created a plugin that inserts a
container into the the editor. But when I add it, there doesn't seem to be a way for me to move the cursor below the div into a new line, when it's the last added element.
Here's the code for the…

Namstel
- 53
- 4
0
votes
1 answer
TinyMCE 6.4.2 - dynamically height of editor acording to content for read only mode
I have integrated TinyMCE editor 6 to .NET 7 blazor web assembly app according to official doc.
https://www.tiny.cloud/docs/tinymce/6/blazor-ref/
https://www.tiny.cloud/docs/tinymce/6/blazor-cloud/
Nuget packages:

magino
- 109
- 9
0
votes
0 answers
Confused about the TinyMCE image plugin documentation as far as drag-and-drop, etc
I'm looking at the Tiny documentation for the image plugin here: https://www.tiny.cloud/docs/tinymce/6/image/
For example, it says
"This is not drag-drop functionality and the user is required to enter the path to the image."
Currently I'm using…

Doug Lerner
- 1,383
- 2
- 17
- 36
0
votes
0 answers
How to call a parameterized tinymce.init from external js file?
I have searched a lot for finding answer how to create a separate .js file with javascript containing the following code:
tinymce.init({
selector: '#tbInformation',
plugins: 'lists advlist preview searchreplace',
toolbar: 'preview | undo…

Michael Eriksen
- 167
- 1
- 3
- 13
0
votes
2 answers
How can I stop TinyMCE adding "
I am using a rich text area that TinyMCE offers in a self hosted solution.
When I add a bulleted list and add a new item, the text
is added to the mark up. I don't want this. and the markup on the page... Why is TinyMCE…
is added to the mark up. I don't want this. and the markup on the page... Why is TinyMCE…

dstewart101
- 1,084
- 1
- 16
- 38
0
votes
0 answers
How do i get tinymce to work in a livewire dialog modal
My issue, I have a modal form that shows when a button is clicked. The modal is showing but the description field is not rendering the tinymce editor. I have simplified my initial design down to a simple livewire component:

ThurstonLevi
- 664
- 13
- 34
0
votes
0 answers
How can set the tinymce's styles toolbar item's name to a custom localizable text?
I used the tinymce 4 before, with the styleselect toolbar item.
In that version 4 i can localize the styleselect dropdown button text.
After the version 4 to 6, i replaced the styleselect to styles toolbar item in the toolbar.
And i wanted to change…

András Bagoly
- 49
- 2
0
votes
0 answers
How to add default fonts to Django-TinyMCE
Like the title states.
There is no clear explanation in the django-tinymce documentation on how to add fonts, let alone set a standard font.
I use TinyMCE both in my admin as well as a view.
See the Documentation here.

Thomas Doll-Datema
- 157
- 9
0
votes
0 answers
Upload images asynchronously on TinyMCE?
If I paste a bunch of images on tinymce and then use the uploadImages method, then I get tens of progress popups showing the synchronous upload of images one by one. Which is slow and quite unnatural?
Is there any way to upload all images at the…

Alvaro
- 40,778
- 30
- 164
- 336
0
votes
0 answers
How can I integrate Highthcarts with TinyMCE 6 Professional Premium?
I am trying to integrate Highthcarts with TinyMCE 6 but I can't get it. I'm getting errors all the time.
Can you think of any idea you can give me?
Thanks in advance
I have tried some ways integrating Plugins that I found on the internet but none of…
0
votes
0 answers
Can image modal be customised on Tinymce?
When opening the modal options for an image:
I want to be able to add/remove some fields or even change add/remove classes to show them with a red color.
Something like this:
Is this possible?

Alvaro
- 40,778
- 30
- 164
- 336
0
votes
0 answers
TinyMCE avoid mixing different list type
I try to block the ability to mix different list type. I mean a numlist into a bullist and a bullist into a numlist.
I don't find a proper way to do it. Is exist a way to do it ? (option on setup ?)
What I expect is: change all the list to one…

Pred05
- 492
- 1
- 3
- 13
0
votes
0 answers
TinyMCE 6 how to get added user details in mentions plugin in reactjs
How to get the user that are added using @ in reactjs tinymce as the getUsers method is deprecated in version 6.0
https://www.tiny.cloud/docs/tinymce/6/6.0-release-notes-premium-changes/#mentions

Vishal Patil
- 31
- 3