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.

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. The aim is to reduce the effort for users trying to express their formatting directly as valid HTML markup.

The most popular editors used for creating the rich text component of web pages have the following specifics:

  • The editing view matches the final appearance of published content with respect to fonts, headings, layout, lists, tables, images and structure
  • The buttons, controls and key strokes deliver the same behaviour as the word processor or text editor that the user is most familiar with.
  • The HTML code that is generated is compliant with web standards (such as W3C) and the browser on which the content will be viewed.
313 questions
2
votes
2 answers

is there any way to change the path of tinymce files needed?

I am using a tiny mce html editor in a aspx page but i have a problem,all its needed files must place beside my page exactly. i mean the tiny mce files and folders and my aspx page must be at the same directory. it not good and i want to change the…
Ali Foroughi
  • 4,540
  • 7
  • 42
  • 66
2
votes
1 answer

RTE should not wrap a

tag around an tag

I work with the RTE and it makes me angry that the RTE does wrap

tags around an tag. What do I have to do that the RTE does not wrap

tags around the tag?

Tomkay
  • 5,120
  • 21
  • 60
  • 92
2
votes
2 answers

"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's set when I first load the app. Here is the code…
Tony Jiang
  • 442
  • 5
  • 16
2
votes
3 answers

jQuery: Batiste Rich-Text Editor -- how to update content?

I'm using this lightweight jQuery plugin to create a rich-text editor:Batiste RTE jQuery Plugin As part of a more complex form, I have the functionality of clearing changes and I want to be able to do this for the editor as well. I keep the initial…
Dan
  • 9,912
  • 18
  • 49
  • 70
2
votes
1 answer

How to set the internal state to an empty string when using mui-rte for a chat message input

I am using mui-rte, which is a nice Material-ui wrapper around draftjs: https://github.com/niuware/mui-rte.git I want to use MUIRichTextEditor for the input field for a web chat client. I have hit a roadblock on how to set the internal state to an…
Vess Perfanov
  • 41
  • 1
  • 7
2
votes
1 answer

TYPO3 9.5.4 CKEditor RTE deletes style attributes

I updated a TYPO3 website from 7->8->9. Now the problem is that the RTE CKEditor keeps deleting style attributes and even styles. So and old Element with content:
Nyxeen
  • 181
  • 6
2
votes
2 answers

TYPO3 RTE Editor not loading

Today in one of our older sites we found an issue with the RTE Editor. For any of our users the editor does not load. It is stuck on loading as you can see in the image below. Now I realize that the version we are using for TYPO3 is extremely…
RDAxRoadkill
  • 414
  • 5
  • 24
2
votes
1 answer

In CrafterCMS, RTE deletes some html tags without inner text

In CrafterCMS, in a content type, I have a field type RTE, If I use the source option and write following code:

Test

after update it and be back the code is…
kmarcos
  • 179
  • 6
2
votes
1 answer

Umbraco 7 - Custom Macro Parameter Editor - RTE

I hope this will help others too as there isn't a lot of documentation about this exactly. I want to use a RTE (rich text editor) within a macro I've created to handle page sections. I have successfully rendered the RTE within the macro. I can…
Elliott James
  • 165
  • 14
2
votes
1 answer

Update RTE component to use Block Quotes in AEM

I'm currently using Rich Text Editor (RTE) in my AEM 6.2 project. I would like to configure RTE to use blockquote tag. How can achieve this?
Component code:
phemanthkumar28
  • 408
  • 1
  • 5
  • 25
2
votes
1 answer

why format list in tinymce RTE is empty in umbraco?

in my umbraco system when i try to create a content in RichTextbox format list is empty as below picture: I have searched in google and found this issue on umbraco issue tracker and do its guide line but there was no result. how can I fix this…
Navid_pdp11
  • 3,487
  • 3
  • 37
  • 65
2
votes
2 answers

What is the right configuration for the RTE to show my own CSS classes as selection?

The configuration of the RTE changes with each (big) version. Now I have my first 7.6 installation where I need to configure the RTE so editors can have special classes for paragraphs, spans or tables. e.g. the editor should be able to select the…
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38
2
votes
1 answer

TYPO3 RTE-Link with id of linked page as data-atribute or rel-tag?

I'm trying to add the special id of the linked page as an rel-attribute to each a-Tag of the RTE. At the moment, the rel part is include in the link, but with "page:uid" it inserts the actual page ID and NOT the id of the linked…
A.Tietz
  • 67
  • 8
2
votes
1 answer

Changing rtehtmlarea button dimensions in TYPO3 7.6

I've added a new Button to the rtehtmlarea and now I want to have it a text instead of an icon. I can set text via the following buttonConfiguration in my JavaScript Module for my new Button, but the button dimensions stay at the icons dimensions…
Euli
  • 1,143
  • 9
  • 17
2
votes
2 answers

AEM Touch UI RTE common rtePlugins configuration

in classic ui, you can use xtype:cqinclude to include rtePlugins from a different path basically creating one place for standard RTE plugins, How can I do the same in Touch UI? I have tried using the granite UI include widget, but that does not help…
Ahmed Musallam
  • 9,523
  • 4
  • 27
  • 47