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

Questions tagged [rte]

RTE refers to a Rich Text Editor, which is an interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area.

1 vote
1 answer
59 views

File tab is not showing in the Link Browser of the RTE Editor TYPO3 Backend

I have a project that i migrated from v11 to version 12. In the Rich Text Editor when you select some text and to link it to a file uploaded of the Link Browser (To add a link to a pdf file). Now the ...
2 votes
1 answer
63 views

TYPO3 RTE - allowedClasses is TSconfig have no effect

I'm using TYPO v12.4. On a specific page of my website when I edit the "Page TSconfig" field with just one line: RTE.default.proc.allowedClasses := addToList(custom, rowmax25, btn, btn-sm) ...
0 votes
0 answers
31 views

I am getting errors in console when trying to interact with Kentio RTE

I am developing website in .NET 6 MVC with Kentico 13 and i created a widget with only two properties: content, background color. The first one has editing component as RTE. But when I want to set ...
0 votes
0 answers
35 views

Has anyone else facing the problem in Tinymce's Rich text editor of writing everything in backward or reverse

[code snippet][1][enter image description here][2]This is the problem I am facing I am facing one problem in my project where I used Tinymce's RTE, but when I write anything on it, it displays the ...
13 votes
7 answers
15k views

Problem with insert/update links with tinyMCE

I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only for some TLD sites, so far I'm notice that it doesn't work for .eu domains, does ...
0 votes
0 answers
16 views

muirichtexteditor not resetting default value after save

I am using MUIRichTextEditor (mui-rte version 2.0.1) in a chat room in Vite. The code I have for the user to input new data is <MUIRichTextEditor label="Type next message or ...
0 votes
2 answers
333 views

Typo3 12 RTE_CKEditor Image integration

i wnat to insert inline Text images in Typo3 12 RTE Editor, but i found no way to integrate it. I try to add it to the toolbar, but without any success. Does anyone has an idea? This is my try: editor:...
1 vote
1 answer
297 views

Which JavaScript WYSIWYG editor supports merge/custom fields?

I am looking at creating custom document creation for a Rails application. Users will have ability to edit HTML document. I want to include custom/merge fields from the data objects like {{property....
0 votes
0 answers
162 views

CKEditor In Vue3 - CKEditorError: ckeditor-duplicated-modules Error

Here I am trying to use the CK Editor in vue3, my goal is to add the Html Support I installed the ckeditor by following document npm install --save @ckeditor/ckeditor5-vue @ckeditor/ckeditor5-build-...
19 votes
3 answers
22k views

TinyMCE, allow data attribute

I have to use the HTML 5 data attribute in Tiny MCE, but the editor always clear them, as it's not an attribute known by the default valid_elements configuration. So I have 2 problems here: the data ...
2 votes
1 answer
3k views

umbraco how to extend the rich text editor

In Umbraco, is there a way to extend the RTE? The only menus I have available to me when I am entering text are; I need to be able to turn on the full suite of options not just those 8.
1 vote
1 answer
501 views

How to allow css class in RTE in typo3 backend?

I want to allow my own CSS class into RTE (Rich Text Editor) in Typo3 backend. Please describe it me step by step. I don't know how to add CSS class in RTE which is created by us in default.yaml . ...
15 votes
7 answers
24k views

tinyMCE blur event

Hello I want to do some stuff when user finished writing in the tinyMCE textarea and click somewhere outside (onBlur). So far I haver try: $('#id_topic_text_parent').live('blur',function(){ alert(...
1 vote
0 answers
187 views

MUI RTE in a formik form, the cursor jumps to the start of the text field making the input typed backwards

I am using MUI Rich text Editor as a component, and using that component in a formik form. when i enter any text the cursor position is always at the beginning making it appear as the text is written ...
0 votes
1 answer
973 views

how can I add colorpicker on the default rich text editor of grapesjs to change font colors?

I'm going to change the font color using a color picker and I added it like this. but it's not working now. I think It's because the'rte.exec()' please help me how to change the font color. Thank you....

15 30 50 per page
1
2 3 4 5
22