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
0
votes
1 answer

Why does my mootools slide instance prevent code, and slides, from being executed?

I am trying to realize a simple slideIn() with mootools on a RTE. It should slide in, when the RTE area is hovered (mouseenter), and show some extra options for writing an entry that I do want to offer in this area. Please see the link below, should…
lino
  • 85
  • 11
0
votes
4 answers

How do I disable Transformations in TYPO3 RTE Editor?

I created a custom extension for TYPO3 CMS. It basically does some database queries to get text from database. As I have seen, TYPO3 editor, transforms data before storing it in database so for example a link Link is stored as…
Altin
  • 2,175
  • 3
  • 25
  • 47
0
votes
1 answer

Drupal CKEditor format dropdown wrapping all text not just the selected text with html

In Drupal the CKEditor, when I highlight a word and apply any element from the Format drop down(Formatted, address, h1-h6 etc...) it is being applied to the whole block of text. i.e. In May, Joe Smith, Chairman, President & CEO, hosted more than…
0
votes
2 answers

FE rendering : how to have a custom class on a blockquote tag in typo3

I've inserted a blockquote tag (twitter quote) in my RTE. When saving, everything is ok in the database (....) but not in the frontend. My tag
0
votes
1 answer

Having trouble with rich text editing in Qt

I am trying to add rich text editing to my application and I cant seem to get it to work. This is just one example but I cant get it to work. Can anyone please tell me what I am missing? Here is the code that I have so far... this is in the .h…
Zach Starnes
  • 3,108
  • 9
  • 39
  • 63
0
votes
2 answers

Cannot choose text style in RTE

In the Page TSConfig on the root page I have the following code: ///////////////////////////////////////////////////////////// // RTE ///////////////////////////////////////////////////////////// RTE.classes{ highlight{ name = highlight …
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
2 answers

iframe change selection

I'm creating a really simple rte and here is my problem, i can get the selected text in iframe(designmode=true) however i cannot change it. html change script file function $(Str1){return…
Bora Alp Arat
  • 2,185
  • 3
  • 16
  • 21
0
votes
2 answers

In Sitecore, how do I assign an HTML Editor Profile to a user or role?

I've found plenty of documentation about assigning the global RTE profile (e.g. "Rich Text Default"), but no documentation on assigning specific RTE profiles to specific user roles. Ideally I'm looking for something accessible within the Desktop…
Jake
  • 4,829
  • 2
  • 33
  • 44
0
votes
1 answer

Sitecore RTE inside custom form

I am writing an page inside Sitecore where users can create Sitecore items by entering some very basic information. One of the requirements is to the Sitecore RTE inside this form. The RTE should have all the command buttons available and working…
Gabbar
  • 4,006
  • 7
  • 41
  • 78
-1
votes
1 answer

YII2 Rich Text Editors

1) Which of the rich text editors do you use for YII2? And why? 2) Is there any solution (extension) for the responsivity to specify different layouts for the same text block for mobile and desktop (as in Elementor or Visual Composer in…
oshka
  • 63
  • 2
  • 7
-1
votes
2 answers

TYPO3: what is the configuration for RTE linkhandler in v8?

with the new RTE in TYPO3 v8 I miss the option to have editors work with classes ... in v7 with the rtehtmlarea I added personal classes trough typoscript: RTE.classesAnchor { inverselink { class = inverse type = page …
webman
  • 1,117
  • 15
  • 41
-2
votes
1 answer

How to provide tooltip for any AEM RTE pulgin icon in touch UI?

How to provide tooltip for any AEM 6.1 (SP1) RTE pulgin icon in touch UI? @rakhi4110
-2
votes
1 answer

Create in MS Word for Sharepoint Wiki

Actually I was searching for a RTE which has the below features : change tracking. Easy Copy from MS Word Copy from word feature is available in most of the RTE's in the market but none of them are perfect, I like to have the feature as in…
Sunny
  • 863
  • 9
  • 10
1 2 3
20
21