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.

119 questions with no upvoted or accepted answers
8 votes
2 answers
1k views

Remove wrapping p from img in ckeditor

I'm wanting to remove the p tags that wrap img tags by default in ckeditor. I don't want to totally disable p tags or change the EnterMode to another tag. I only want to stop images being wrapping in ...
Ric's user avatar
  • 3,388
6 votes
0 answers
1k views

Draft.js rendering selection inside a custom block

Let's go straight to the problem. I have editor full of entities, custom renderers etc and I'm trying to add Background color functionality. I'm looking for a way to render selected block inside ...
Budaa's user avatar
  • 349
4 votes
0 answers
925 views

Draft.js new line after and before IMMUTABLE entity

how to get rid of a break after and before every IMMUTABLE object in editor. When I add image for example. const contentStateWithEntity = contentState.createEntity( "image", "...
Piotr Leniartek's user avatar
4 votes
1 answer
350 views

Problems with livequery and rte on firefox 3.5.2

i been using the following code for some time now and it has worked ok on ie6-8 and firefox 3. $("#article").livequery(function () { $("#article").rte({ cssUrl: "css/rte.css", ...
user avatar
4 votes
1 answer
979 views

How can I cancel auto closing tags in TinyMce?

TinyMce by default try to close html tags in rawHTML editor mode. For example: <p>sample text<strong>text</p> automaticaly modified to <p>sample text<strong>text<...
Vyalov V.'s user avatar
  • 363
3 votes
0 answers
122 views

Multiple font styles from selected text

I have an RTE which can have different font family, font size and font colors. If a user selects text from this RTE which has different font styles, it need to provide all the font family, font size ...
Saju's user avatar
  • 31
3 votes
1 answer
154 views

Limit `Insert Sitecore Link` Locations in the RTE (Sitecore)

I am looking to do something similar to the Insert Sitecore Link as I can with, for example, Image fields in which I can add a Source in order to limit from what directories an Image can be picked ...
Moo's user avatar
  • 3,575
3 votes
2 answers
2k views

Change textbox text inside a tinymce editor using javascript

I have a textbox inside a tinymce editor. I want to change textbox text by using javascript. Can any one tell me how is this possible? Thank you
user1809274's user avatar
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
2 votes
1 answer
152 views

How to disable the Firefox image modifying operations for a contentEditable DIV?

I have a js fiddle here - http://jsfiddle.net/stevea/P9Wcr/1/ - with a DIV that I've made contentEditable and that contains an image. <div id='box' contentEditable="TRUE"> <img src="...
Steve's user avatar
  • 4,770
2 votes
1 answer
734 views

Tinymce Richtext-editor not rendering macro RTE

I'm running a site with umbraco version 4.11.1 and is trying to render the info of a macro within a tinyMCE richtext-editor without any success. In version 4.11.1 (and perhaps some other versions ...
David Nyqvist's user avatar
2 votes
1 answer
562 views

Add a dynamic text to SP21010 Rich Text Editor when a particular Markup Style is applied

In Sharepoint 2010, I have built a custom page layout and have applied custom styles. Page layout consist of single rich text editor HTML field. Now I have a need to add some custom text next to the ...
dm77's user avatar
  • 35
2 votes
1 answer
280 views

Unable to get/set contents of tiny mce editor

I am using Tiny MCE editor version : 3.5.7 I am using multiple instances of text editor on same page with unique IDs and I have wrapped these editors in a div to show and hide these editors. ...
Umer Khalid Butt's user avatar
2 votes
1 answer
3k views

TinyMCE and fancybox interaction error

I'm trying to use tinyMCE on a textarea that i display using jquery fancybox. I've tried using the tinyMCE jQuery plugin , the default download version of tinyMCE and the full download version of ...
Raz's user avatar
  • 682
2 votes
4 answers
590 views

Tinymce editor Error

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>...
Rag's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
8