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 ...
Mohamed Masmoudi's user avatar
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) ...
Paolo Deferre's user avatar
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 ...
Maciej Dobosz's user avatar
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 ...
Tarun Tiwari's user avatar
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 ...
Bob Lane's user avatar
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:...
Mltno's user avatar
  • 1
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-...
Gopal's user avatar
  • 103
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 . ...
Manasvi Bhadiyadra's user avatar
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 ...
Abhinav Soni's user avatar
0 votes
0 answers
41 views

The slash in the attribute `href` of tag <a/> RTE ckeditor - TYPO3 11

there! i am faced with strange behavior ext:rte_ckeditor when i add in editor this code... <p><a href="/">link test</a></p> and after save i get... <p><a ...
TYPO3UA's user avatar
  • 89
1 vote
0 answers
90 views

How to change the default value of toolbar in WYSIWYG editor in React JS

Have customized only the required toolbar to present in my editor. Need to change the default text of dropdowns present in the WYSIWYG editor Tried to place the default Value and tried to concat the ...
aji bala's user avatar
0 votes
0 answers
45 views

How to create a custom RTE plugin for pathfield or pathbrowser

I want to create a custom RTE plugin which will be having one field with browse option and cancel and OK button. Do we have any working example on this. I tried creating the plugin with editorKernel ...
user3197019's user avatar
0 votes
1 answer
178 views

Typo3 enabling default Link Browser

I have an alternative Link Browser, but I dont know why (maybe because an extension?) how do I deactivate it or enable the default one? I couldn't find someone that also has this Link window, so ...
Someone's user avatar
  • 17
0 votes
1 answer
124 views

Config is not loaded

I'm using TYPO3 11.5.21 with bootstrap package. I configured a sitepackage 'mysitepackage', which works very well with custom typoscript configs, css etc. I want to config a custom RTE config to ...
Rubberhawk's user avatar
0 votes
1 answer
34 views

Typo3 RTE link to a News system element

In typo3, I would like to create a link to a news of the News System extension inside a tt_content using the RTE, how can I do it?
MarioProject's user avatar
0 votes
0 answers
74 views

What is the best way to put back all entries in rte_mempool in one go

I am using a mempool in my dpdk app to store values that are periodically emitted to an external server. Everytime the values are emitted I want to replenish the complete mempool. What is the best wat ...
Sayantan Ghosh's user avatar
1 vote
0 answers
504 views

Why does QuillJS/React-Quill ignore my dangerouslyPasteHTML? (Video Embedding)

const youTubeVideoHandler = () => { const editor = quillRef.current.getEditor(); let url = prompt("Enter Video URL: "); url = getVideoUrl(url); // console.log("URL&...
Jordan Alexander's user avatar
0 votes
2 answers
921 views

How to synchronise AUTOSAR RTE write and read values with different task runnable?

I am new to AUTOSAR and I would like to call a RTE function to get a specific value from one SWC to another SWC. The RTE_Write is performing by one SWC 1 runnable with 10 msec task and RTE_read is ...
user2986042's user avatar
  • 1,174
3 votes
2 answers
1k views

"editable" prop doesn't work for LexicalComposer

I'm making a rich text editor with Lexical react. I'm reasonably experienced in React. My problem is I can't get the editor to flip between editable and readonly modes. It's stuck in whatever mode it'...
Tony Jiang's user avatar
0 votes
1 answer
689 views

How function call can implement between SWC's in AUTOSAR

I want a particular function to be executed and return a value to another SWC in AUTOSAR architecture. for example : SWC-1 boolean operation(int a, int b) { if (a == b) return true; else ...
user2986042's user avatar
  • 1,174
0 votes
0 answers
259 views

Read out RTE variable every time I need it or store it in global variable?

I have a software component with a lot of parameters that I read out of the RTE. Right now I read them from the RTE every time I need them, but I was wondering if it would be better to read them once ...
robotSquirrel's user avatar
0 votes
1 answer
1k views

How to customize rte plugin in AEM for hyperlink

As an author I want the default state of the hyperlink to be new tab so that I don’t have to change the target every time I create a new hyperlink. In the below picture instead of Target the default ...
SPR's user avatar
  • 1
1 vote
2 answers
518 views

TypeError: Cannot read properties of null (reading 'index') (https://mantine.dev/)

I'm using Rich Text Editor of Mantine in a next js project. It's working fine for all the control except for List (both ordered & unordered). When using list in this rte, it gives the following ...
Abhishek Jha's user avatar
0 votes
1 answer
741 views

React-rte: displaying name for Align buttons at toolbarConfig

I have a react rich text editor. I would like to display option toolbar. I am finding the display name for align (justify) pharse. I tried to find document about that, but I do not get any useful ...
Lucas's user avatar
  • 93
1 vote
0 answers
244 views

mui-rte Issue with On-Screen keyboards on Mobile Phone

Every time I'm typing something the onChange is called successfully with an immutable object containing all the information about the current state of the mui-rte. But there is some issue with the RTE ...
Ankit Gupta's user avatar
0 votes
1 answer
3k views

MUI-RTE Getting the input content as string with HTML tags

I have react based app with mui components and in this particular case I'm stuck on RTE. The flow is: First, I get string like this one: '<h1>Hello, {{name}}!</h1><p>this is test<...
Dobromir Kirov's user avatar
0 votes
1 answer
2k views

Insert local image to pell rich editor

I want to add some local images(emojis) to pell rich editor component. I don't want to use Rich Toolbar, and have some custom emoji picker to select the emoji. When user selects an emoji, I want to ...
SMhd Asadi's user avatar
1 vote
1 answer
564 views

TYPO3 render full t3:// links from bodytext in utility files

I have a headless TYPO3 installation and i need to render all the content elements as json. So far so good. The only problem i have right now is to replace the t3:// links with the full URLs since i ...
Aristeidis Karavas's user avatar
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....
Tortu's user avatar
  • 39
0 votes
1 answer
425 views

How do I exchange the default RTE CK Editor preset of TYPO3 with the full preset of the RTE CK editor?

How do I exchange the default RTE CK Editor preset of TYPO3 with the full preset of the RTE CK editor? I don't have a file called page.ts or sth. like this.
MightyA's user avatar
  • 26
1 vote
1 answer
698 views

React-rte Rich Text Editor change button colors

I am trouble changing the background color of the toolbar buttons. Please refer to the image link. Currently the buttons are in light grey of color. Image Link image link My Code <div className=&...
Navin's user avatar
  • 13
0 votes
1 answer
718 views

How can I omit html tags with displaying rte content on the TYPO3 frontend?

I'm querying the text from an RTE (rich text editor) with fluid, so it gets displayed with the frontend, including the HTML tags (used with the RTE). How can I omit those HTML tags (and instead get ...
MightyA's user avatar
  • 26
4 votes
3 answers
4k views

How to build an own WYSIWYG editor (RTE) using Vanilla JS

I don't want to use Jquery. I want to solve this in vanilla JS. Please help me! Description: How to make selected text bold/italic/underline on clicking a button in JavaScript? Here is my HTML. &...
Abubakar Shafique's user avatar
0 votes
1 answer
330 views

TYPO3 10.4 rtekeep="1" deletes after saving

I want to create a JavaScript href link in TYPO3 10.4, to open a privacy setting modal on an HTML-Page. The Link always gets deleted after saving. I found the solution to use rtekeep="1" to ...
virginiadaecher's user avatar
4 votes
1 answer
2k views

Rich Text Editor Cursor doesn't move making the text be typed backwards

I have a RTE inside a react functional component and for some reason the cursor has stopped moving ahead as the text is typed causing the text to be typed backwards. Now, I have figured where the ...
momal's user avatar
  • 586
0 votes
1 answer
419 views

Why is the editor not working correcly in TYPO3 version 7.6?

I have updated an old site from 6.2 to 7.6 but now the RTE editor is not working correctly for existing content and for new content. The RTE editor is shown, but the text area just shows <!DOCTYPE ...
amanning's user avatar
0 votes
1 answer
924 views

Does text from a rich text editor not inherit styles when rendered in an HTML document?

Just to make things clear, I have used an RTE in the backend to store some description. Later, through an api, I am receiving the description along with other details as a response. Now the styles are ...
Rishabh's user avatar
  • 26
0 votes
1 answer
29 views

RTE control unexpecting clears after switching to another tab Web Forms

I am using the Syncfusion RichTextEditor on my Web Forms project and have trouble with unexpected clearing the data. I initialize RTE control and other Web Forms controls in Page_Load method using the ...
Taras's user avatar
  • 15
0 votes
1 answer
1k views

Powerbuilder: insert a string into a rich text control

I have a string LS_STRING that contains an aggregated code that I wish to display within a rich text control. string ls_string = "abc123" rte_display.clear() // to clear any previous text......
Turing's user avatar
  • 64
1 vote
2 answers
2k views

How can I add validation using ql-image on p-editor in angular?

Can anyone help me how to call function on input tag which will be created from ql-image of p-editor. I want to limit the size of the image on that function. But I am unable to call the function in ...
susmita rai's user avatar
0 votes
1 answer
3k views

TYPO3 v10: Remove <p> tags around paragraphs in custom RTE field (CKeditor)

I have a RTE field in my custom extension for TYPO3 10.4 with Fluid Styled Content. The RTE CKEditor automatically wraps each paragraph with a p tag. I'd like to get rid of this p tag. It's just a ...
Peter Kraume's user avatar
  • 3,699
0 votes
2 answers
529 views

Problems with html RTE Editor in TYPO3 7.6 with Safari Browser

I'm using TYPO3 7.6.32 where I have a problem with my editor in the backend with the Safari browser. In all other browsers this does not appear. Does anyone know this problem and know how to fix it? ...
blackplan's user avatar
  • 256
1 vote
1 answer
30 views

Bind data to the Syncfusion RTE inside GridView

I am trying to bind data from GridView DataSource to the Syncfusion RTE and it doesn't work. It works fine if I bind data to the TextBox field but not for the Syncfusion RTE. What might be the reason ...
Taras's user avatar
  • 15
4 votes
1 answer
5k views

How can I get input data from mui-rte editor?

I am working on a Q& A platform in which I used mui-rte to implement the form--Just like in the one I am typing right now. My problem is that I dont know how to get the data without having to ...
Adama Sawadogo's user avatar
0 votes
1 answer
317 views

How to remove the fonts in CKEditor RTE of TYPO3 v10?

I need to remove some of the fonts listed in the CKEditor RTE. Is this possible? How to do this? Thank you!
user12414491's user avatar
0 votes
1 answer
2k views

How to include 'Source Edit' plugin in RTE component in AEM 6.5?

I have added the features node with asterix(*) and added misctools#sourceedit in the inline properties of the RTE pluggin node.But still the sourceedit functionality isnt working where I can use some ...
Zameer's user avatar
  • 1
1 vote
1 answer
986 views

Comment reply system with React Quill and Firebase Firestore

I'm making a comment system with React Quill as my editor and Firebase Firestore. Each comment post gets stored in firestore. Each stored comment has a reply button, and when clicked, the editor ...
rokajova's user avatar
1 vote
0 answers
702 views

AEM Rich Text Editor stripping international tel links containing +

AEM RTE will allow you, at first, to make a tel: link using a + such as this: tel:+83493439343 This will work fine. No problems so far. But, when you go and edit the same RTE component, the tel: link ...
Tony's user avatar
  • 11
0 votes
1 answer
499 views

TYPO3 RTE link/a-tag add data-attribute

I would like that in RTE (TYPO3 v7.6), when you add a link, you can add data attributes to the a-tag using a select field. Is that possible, if so, what should I do? I don't find a start.
schumiel's user avatar
1 vote
2 answers
3k views

Runtime error: reference binding to null pointer of type 'int' [closed]

I am solving the House Robber problem on Leetcode and I am getting a "Runtime error: reference binding to null pointer of type 'int'". Why is this error occuring? My code: class Solution { ...
Aditya Karad's user avatar

15 30 50 per page
1
2 3 4 5
7