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.

31 votes
1 answer
11k views

javascript Rich Text Editors [closed]

There are several (very good) rich text web editors written in Javascript (eg FCKeditor, YUI Texteditor and many many others). However I couldn't find any tutorial on how to build such a component. ...
idrosid's user avatar
  • 7,999
29 votes
16 answers
61k views

Limit the number of character in tinyMCE

Im using tinyMCe for my project.Everything is working fine but now i want to restrict the number of character that will be insert into tinyMce textarea tinyMCE.init({ // General options mode : "...
Rakesh Shetty's user avatar
26 votes
4 answers
44k views

How to add image in Quill JS?

I can't figure out how to get images to work like in the example on http://quilljs.com/. I tried adding <span title="Image" class="ql-format-button ql-image"></span> to the toolbar, which ...
kidcapital's user avatar
  • 5,134
19 votes
3 answers
22k views

TinyMCE, allow data attribute

I have to use the HTML 5 data attribute in Tiny MCE, but the editor always clear them, as it's not an attribute known by the default valid_elements configuration. So I have 2 problems here: the data ...
FMaz008's user avatar
  • 11.2k
15 votes
7 answers
24k views

tinyMCE blur event

Hello I want to do some stuff when user finished writing in the tinyMCE textarea and click somewhere outside (onBlur). So far I haver try: $('#id_topic_text_parent').live('blur',function(){ alert(...
T1000's user avatar
  • 2,941
13 votes
7 answers
15k views

Problem with insert/update links with tinyMCE

I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only for some TLD sites, so far I'm notice that it doesn't work for .eu domains, does ...
vaske's user avatar
  • 9,472
9 votes
2 answers
18k views

jquery listen for events in an iframe

I'm making a very simple Rich Text Editor using jquery... I don't want to use a third-party one. I need to listen for events within an iframe (same domain etc), starting with typing. Apparently I'll ...
Tim's user avatar
  • 7,026
9 votes
8 answers
15k views

Linebreaks in TinyMCE editor show extra line on preview, not in code

I'm using the BBCode plugin with TinyMCE and see that line breaks are not showing the same between the preview and the HTML code. I have the following lines in the editor window: This is line one ...
Kordonme's user avatar
  • 2,294
8 votes
2 answers
3k views

TYPO3 Update: cannot find deprecated RTE properties

I want to update from TYPO3 4.7.5 to TYPO3 4.7.10. Now I'm in the Upgrade Wizard and it says: Deprecated RTE properties in Page TSconfig The following Page TSconfig RTE properties are ...
testing's user avatar
  • 20.2k
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
7 votes
4 answers
8k views

How can I change the default font color palette in the TinyMce editor?

I have some preset colors that I'd like to add which goes along with my website's theme. How can I change the default font color palette in TinyMce? screenshot-with-shadow.png http://img407....
cwd's user avatar
  • 54.2k
7 votes
3 answers
17k views

How use Eclipse as a Javascript IDE?

I downloaded the eclipse Javascript IDE from the official download page however, when i start the application it says "A Java Runtime Environment or Java development Kit must be available in order to ...
Zeeno's user avatar
  • 2,701
6 votes
1 answer
7k views

styleWithCSS for IE

I'm building a custom RTE that converts user input to a homebrewn markup, now idiot that I am I did this using an iframe with designMode = "On" and got it to work in firefox using styleWithCSS = false ...
Kristoffer Sall-Storgaard's user avatar
6 votes
2 answers
7k views

how call a TinyMCE plugin function?

how can I call a tinymce plugin function? tinymce.activeEditor.plugins.customplugin.customfunction(customvar); not working!
m3hdi's user avatar
  • 383
6 votes
1 answer
2k views

Adding multiple CSS class to Rich text editor Sitecore 8

I am trying to add CSS classes to Rich text editor in Sitecore 8. I have included the reference to the CSS file in the web.config as below <settings> <setting name="WebStylesheet"> &...
Arun Kumar's user avatar

15 30 50 per page
1
2 3 4 5
22