1,310
questions
0
votes
1
answer
25
views
Silverstripe 4 TinyMCE Plugin: How to Save and Restore Scroll Position Uniquely per Record
I'm developing a TinyMCE plugin for the Silverstripe CMS that saves and restores the scroll position after editing and saving long text content. The current implementation works fine for restoring the ...
0
votes
0
answers
14
views
Bad roll down position with TinyMCE
I have a TinyMCE editor included in a form, and when I want to roll down a menu, like text size (h1n h2, h3...), the position of it is bugged, it is positioned at the bottom, like this:
roll down ...
0
votes
0
answers
26
views
Is there anybody facing the issue that selecting some contents in TinyMCE, and clicking TinyMCE area, then selected contents was remoted
Is there anybody facing the issue:
When selecting some contents in TinyMCE, and clicking other TinyMCE area, then selected contents disappeared - was remoted by tool.
The issue happened occasionally.
...
1
vote
1
answer
130
views
Unable to view tinymce editor in my angular project's UI(However it is present in t elements)
I have installed tinymce in my project. I have installed it successfully but when I am trying to use it, it is not displaying on the UI however it is present in the elements when I inspect the area ...
0
votes
0
answers
15
views
TinyMCE Position of Cursor after Click/Mouseup
I need to be able to determine the position of the cursor after the TinyMCE control is clicked. I also need to be able to react to this via a Click or MouseUp event.
Is that possible?
I've tried the ...
0
votes
0
answers
86
views
Highlight specific strings in TinyMCE editor without affecting underlying content
In a TinyMCE editor (currently stuck on v4.5.x), I would like to highlight strings that represent placeholders in a body of text - a very simple form of syntax highlighting.
I have reviewed a number ...
0
votes
0
answers
34
views
return a custom img tag when image in uploaded TinyMCE
when an image is uploaded I changed it to a File type and passed it on to my back end server RestAPI and the image is uploaded properly but in my Editor content, the image is stored as blob even ...
0
votes
0
answers
45
views
Is there a way to highlight a specific set of words in TinyMCE editor?
I am using TinyMCE editor in my Angular project . I'm looking for a way to highlight words in TinyMCE editor if they are part of an array .
Example,
countries: string[] = ['india', 'england', '...
0
votes
1
answer
188
views
tinyMCE - tinyMCE.triggerSave() vs tinyMCE.get("id_here").triggerSave()
I've been using tinyMCE happily for many years. Embarking on a new web form today I encountered two problems accessing the editor that I hadn't run into before:
First, using jQuery.ready I invoke ...
0
votes
1
answer
89
views
When updating Nuget package in asp.net project
I need to update a couple of MS NuGet packages in asp.net project which was developed using Visual Studio. The ones I'm updating are
Microsoft.AspNet.Identity.EntityFramework
Microsoft.CodeDom....
0
votes
1
answer
116
views
is it possible to add TinyMCE accordion in the react version?
I manage to implement the new version of tinymce 6.5.0 in Thymeleaf. And the only feature that really interest me is the Accordion one.
I've tried to find any information about how I can implemented ...
1
vote
0
answers
898
views
How to render a textarea in wysiwyg editor with symfony 6 and tinymce?
I want render a textarea to editor with symfony + tinymce. This will take image, texts,styles etc.I have already performed the configuration but i accross a problem to get the url and persist image to ...
1
vote
2
answers
260
views
Tinymce 4 + AlpineJS, x-model value is not updating
I am developing a Invoice/Estimate module using Laravel + AlpineJS. The Estimate/Invoice screen has option to dynamically add rows from existing product db as well as manually. Dynamically added rows ...
1
vote
0
answers
101
views
How do I allow file upload on TinyMCE 4?
I'm working on a site which is a few years old and uses TinyMCE 4 (4.9.2). It has an image uploader, and I've been asked to add general file upload.
After reading the relevant manual page, I thought ...
0
votes
1
answer
1k
views
How to upload an image that was pasted into TinyMCE after a ScreenShot?
Does anyone know how to upload an image that was pasted into TinyMCE after a ScreenShot?
Please can someone help me with an example in javascript?
I tried with multer, but not worked, because the ...