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

All Questions

Tagged with
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
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
0 answers
316 views

DIVs deleted when using the "Source" tab of the editor

I am trying to get the TYPO3 RTE to accept my div containers. I read the doc, read other Topics here and it just ALWAYS converts the DIVs back into p Tags. Here is my TS Config that I got from ...
RoGERONeill's user avatar
1 vote
0 answers
68 views

Is execCommand stable?

im trying to make a rich text editor with execCommand and a div that is contenteditable. It should have some small functionalities like bold, italic, underline, ol, ul, ... All those things should ...
Martijn van den Bergh's user avatar
0 votes
1 answer
2k views

Why is Typo3 not parsing <link ...>-tags back to <a ...>-tags?

At this moment I work on an own template using Typo3 7.6.2 expanding it step by step. As I finished the routine for a certain content type (->ctype, ->renderObj), I noticed that links, that are ...
Thomas's user avatar
  • 53
2 votes
4 answers
2k views

TYPO3 6.2 RTE can't add buttons

Iv got fresh installation of TYPO3 6.2, RTE enabled in user settings and RTE images enabled in extension manager. I was trying to play with adding images through RTE but I stuck on adding all buttons ...
killdaclick's user avatar
4 votes
1 answer
3k views

Umbraco: Customising RTE to work with HTML tags

I am using Umbraco 7 CMS to set up a website. Within the pages, I have several RichText Editors that I would like to customise to accept tags (namely the abbr tag). I googled this, and came across ...
IfElseTryCatch's user avatar
5 votes
5 answers
8k views

Umbraco how to stop Rich Text Box to automatically add <p> tag in html

I am developing a website in umbraco, the problem is when i insert my html in rich text editor it automatically inserts "p" (Paragraph Tag) tag in the html which is destroying my design.Please help me,...
DevUsman's user avatar
  • 151
0 votes
1 answer
346 views

Rich Text Editor not loading when opened through django server

I tried to embed a rich text text editor in my HTML page. The text editor works when the page is loaded seperately. But when I load the page through my django server, the Rich Text Editor does not ...
Aswin Murugesh's user avatar
0 votes
0 answers
177 views

CKeditor 3.0 Custom CSS and invisible HTML tags

I have a web page with structure: <head><link href="main.css" rel="stylesheet" type="text/css"> <body> <div class="wrapper"> <div class="content"> Some RTE text from ...
Sinisa Medic's user avatar
0 votes
0 answers
178 views

HTML textarea: slightly extended functionality

In a web application I am developing, I need a slightly extended functionality for a HTML textarea: I can let users click items in a list so they appear in the textarea, but I want these things to be ...
MarioDS's user avatar
  • 13k
0 votes
1 answer
307 views

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 ...
user1880577's user avatar
1 vote
2 answers
1k views

Typo3 - Enable microdata attributes itemprop, itemscope and itemtype in RTE

To enable microdata in RTE i think i have to add the attributes for each tag in RTE config in the root pages TSconfig. There are many examples, how to add a attribute for a tag, e.g. xml:lang: RTE....
surfi's user avatar
  • 1,571
2 votes
1 answer
2k views

Get cursor position or number of line on which the cursor is in TinyMCE

How to get the cursor position in TinyMCE or the number of line on which the cursor is in TinyMCE?
petko_stankoski's user avatar
2 votes
1 answer
642 views

tinymce resizing with jquery

Here is the code: tinyMCE.init({ mode: "textareas", theme: "advanced", plugins: "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,...
petko_stankoski's user avatar

15 30 50 per page