Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tinymce]

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications. Use this tag for questions regarding the usage of TinyMCE and its integration with CMSs and other web-based applications.

tinymce
0 votes
1 answer
20 views

How to Execute JavaScript Functions from Non-Editable Elements in TinyMCE?

I have non-editable buttons inside the TinyMCE text editor. I want to insert a JavaScript function so that when these buttons are clicked, the text "Hello world" is logged to the console. ...
Vipul 's user avatar
0 votes
0 answers
12 views

Tiny MCE Editor cuts script and iframe tags in spite of extended_valid_elements settings

Next.js 14 App Router project. I am trying to implement TINYMCE Editor and mostly it all works fine. It saves the data and displays loaded data from the server. import { useRef, useEffect } from '...
Alexandr Meyer's user avatar
-2 votes
0 answers
18 views

Problem with uploading tinymce Self-hosted options [closed]

I have downloaded tinymce_7.2.1.zip from the page Self-hosted options at Tiny.cloud to at Windows 11 PC. When I later try to upload the file to a remote computer with Linux and ControlPanel I get the ...
Hans Iwan Bratt's user avatar
0 votes
1 answer
52 views

Is there a way to modify the Rich Text Editor toolbar in an apex application when the editor is in a column inside an interactive grid?

I am currently working on an Apex application. I have added the rich text editor per request of the user to both Interactive Grid columns and to a Form. I can modify the editor toolbar when it is in a ...
listix's user avatar
  • 5
0 votes
0 answers
30 views

How to securely handle the license_key in TinyMCE 7 configuration?

In TinyMCE 7, the license_key is a required part of the configuration used to initialize the TinyMCE object, as per the documentation. However, this poses a security risk since the license key can be ...
preetham poonacha's user avatar
0 votes
0 answers
29 views

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 ...
preetham poonacha's user avatar
0 votes
0 answers
19 views

Adding inline CSS style to tinymce editor content makes Laravel endpoint to return 403 error

I am building a content management system for tutorials site. To make the creating of content easier I am using Tinymce editor. I can add and edit post without problem as long as I don't apply any ...
Donzoby's user avatar
  • 151
0 votes
1 answer
51 views

TinyMCE: Referer header is missing error in asp.net mvc

I created an account in TinyMCE and got the API key. after that, I added Localhost in my approved Domain and my script looks like below <script src="https://cdn.tiny.cloud/1/APIKey/tinymce/7/...
Ibrahim shaikh's user avatar
0 votes
0 answers
26 views

Moxiemanager PHP8.2 "Trying to access array offset on value of type null" when uploading images [closed]

We've recently upgraded to PHP8.2 and are experiencing an issue uploading images with Moxiemanager, getting the error "Trying to access array offset on value of type null". So it's clearly ...
Len's user avatar
  • 9
0 votes
0 answers
23 views

TinyMCE Toolbar ScrollBar not working properly with Quasar Framework

We have a Vue2, Nuxt2 project based on Quasar Framework. We've added a TinyMCE doc editor to it with a toolbar. The toolbar is supposed to have a horizontal scroll in case all of the buttons don't fit ...
uli's user avatar
  • 13
0 votes
1 answer
15 views

SAPUI5 tinymce table column resize not resizing

When I upgraded my sapui5 version to 1.120.12 the tinymce table columns resize is not working anymore. This the setting I have use: window.tinymce.init({ selector: '#mainApp---test--...
ProgrammerDummy's user avatar
0 votes
0 answers
27 views

TinyMCE editor becomes non editable randomly

I have an Angular 15 project wherein I have used the TinyMCE editor. In the TinyMCE editor ie the textarea randomly becomes noneditable (section highlighted as red in Screenshot 1). The other editor ...
deep dalvi's user avatar
0 votes
1 answer
30 views

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? When I asked Tiny ...
Magician's user avatar
0 votes
1 answer
49 views

ASP NET - tinyMCE editor - Error 400 bad request

I am develeping web application where is in one form used tinyMCE editor. Users of the application uses this tinyMCE input field for saving screenshots and notes. That is fact and it cannot be easily ...
renegato's user avatar
-1 votes
0 answers
32 views

Trying to integrate Tinymce to Symfony 6 project

So I'm trying to integrate tinymce for my textareas but I keep getting JS errors, asked chatgpt and all but no solution. I did as the tinymce doc said (https://www.tiny.cloud/docs/tinymce/latest/php-...
FutRR's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
553