Tagged Questions
The rte tag has no wiki summary.
10
votes
2answers
2k views
javascript Rich Text Editors
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. ...
5
votes
2answers
1k 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 ...
5
votes
8answers
2k 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
...
4
votes
1answer
237 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",
...
3
votes
5answers
2k views
jQuery Rich Text Editor (RTE)
Which is the good Rich Text Editor (RTE) in jQuery ? which make best use of jQuery and easy to implement.
Thanks in advance
3
votes
1answer
2k 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 ...
2
votes
0answers
39 views
about font name/size drop downs in a wysiwyg editor
I'm working on a Rich Text Editor for IE, and I would like to ask a question about getting "fontname" value at the current insertion point.
The issue is with empty lines, let's say in the editor the ...
2
votes
1answer
150 views
What Rich text editor should I use for a custom CMS
I want to build a custom CMS where users a Rich text editor is the main way to create content rather than wiki markup.
Besides stability and performance, I want the RTE to be easily extensible. The ...
2
votes
1answer
256 views
Prevent a copy/paste to copy the style of a web page to a Rich Text Editor
I'm trying for two days now several JavaScript lightweight Rich Text Editors (rte) such as nicEdit, mooEditable, MooRTE (the two last ones were considered because they use the mootools framework which ...
2
votes
2answers
873 views
Sitecore not resolving rich text editor URLS in page renders
We're having issues inserting links into rich text in Sitecore 6.1.0. When a link to a sitecore item is inserted, it is outputted as:
...
2
votes
2answers
496 views
Adding an RTE to salesforce text areas
Does anyone know if there's a way to add an RTE to textarea fields within salesforce? I'm fairly new to the platform but i haven't been able to find any useful documentation on this.
2
votes
3answers
683 views
Javascript RTE with spellcheck
Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service.
I cannot use widgets ...
2
votes
4answers
936 views
Free RTE [Rich text editor] help needed integrating it
Working on a PHP /html content management system and found Free RTE online which is a free rich text editor.
Have no idea how to integrate it into my own stuff.
There are sample codes with it alrite, ...
2
votes
3answers
2k views
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 ...
2
votes
1answer
1k views
Open source Javascript RTE
What open source RTE do you use in your day to day web dev tasks and why?
I've been using both TinyMCE and FCK but both seem very clunky and buggy. I've had nightmares with FCK while trying to extend ...
2
votes
2answers
876 views
YUI: RTE: focus and blur events
Is it possible to get the equivalent of the focus and blur events that we have on other form controls for the RTE? That is, I would like to know when a given RTE gets the focus and when it loses it.
...
1
vote
2answers
20 views
How to enhance the standard content element by an additional RTE field?
So I have an extension which I can choose as a content element. It has his own tab ("video") but also uses the standard tab "general" and some special tabs where I can configure the extension. Is it ...
1
vote
1answer
200 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 ...
1
vote
2answers
123 views
tinymce custom-button replace content
I added a custom 'quote' button.
ed.addButton('blockquote', {
title : 'blockquote',
cmd : 'mceblockquote',
image : url + '/img/blockquote.gif',
onclick : function() {
var ...
1
vote
1answer
56 views
RTE should not wrap a <p> tag around an <img> tag
I work with the RTE and it makes me angry that the RTE does wrap <p> tags around an <img> tag. What do I have to do that the RTE does not wrap <p> tags around the <img> tag?
1
vote
1answer
47 views
Typo3: Extern links extra class. Where is stored?
I made an extension which uses the header_link field to set up links. Problem is that with external links I want the <a> tag with an extra class, which is ok since there is a field for that in ...
1
vote
3answers
167 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 ...
1
vote
1answer
52 views
TinyMCE - how to remove toolbar2 and toolbar3
I'm trying to implement tinyMCE into my site and I'm using the advanced theme, I've removed some options and set up the top toolbar how I want it to look but when I try to remove toolbar2 and toolbar3 ...
1
vote
1answer
139 views
YUI Rich Text Editor: How to set the cursor to the end of the text
i want to render a YUI2 Rich Text Editor with some preloaded text. But the cursor is always in the first position of the text. How can i set it at the end of the text?
Thanks
1
vote
2answers
274 views
Underline format problem
According to the documentation i would like to overwrite predefined formats using this settings:
formats: {
bold : {inline : 'b' },
italic : {inline : 'i' },
underline: { ...
1
vote
1answer
384 views
Height Listener, jQuery
I'm creating a rich text editor.
Basically I have an iframe with design mode enabled. I'd like it to automatically resize when the user get near the bottom of the iframe while typing, or pasting ...
1
vote
1answer
1k views
Import Flex RTE HtmlText to TLF TextFlow
I am working as a developer on a Flex/Air application and we are using the buggy Flex RTE (RichTextEditor) to let the user manage his notes. At the moment I am trying to evaluate how costly it would ...
1
vote
1answer
309 views
Autogrowing TinyMCE
Is there a way to have autogrowing TinyMCE editors? I want the height of the editor to depent on the content and to grow while typing.
I tried some solutions I found while googling, but none of them ...
1
vote
2answers
158 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 ...
0
votes
2answers
21 views
Override host in TinyMCE (or CKEditor) Rich Text Edit
I am currently trying to integrate a RIch Text Editor in an application I am working on. So far, I have tested CKEditor and TinyMCE editor. Assume my application is hosted at http://example.com. I ...
0
votes
0answers
10 views
How can i adjust an overlay to the keyboard element on iPad?
When clicking on a button on my page i open up an overlay with a real-time-editor.
The overlay exactly fills the whole screen.
Now when i click inside the overlay to type something in, the keyboard ...
0
votes
1answer
47 views
Javascript Rich Text Editor
I'm looking for an RTE and found various ones thourgh search engines but none seem to meet all of requirements
What I need:
1)It needs to work cross domain. It cannot rely on local html files for ...
0
votes
1answer
72 views
TYPO3: how to add an element to the RTE, which allows the user to use a defined CSS class
I want that the user should be able to select an textstyle in RTE like Detail, Important, Name of person and so on. So I would like to define a CSS and this option should be shown in RTE. The CSS ...
0
votes
0answers
22 views
Justify alignment and file upload in Sharepoint 2010 RTE
Good day everyone. I have a custom aspx page to edit user profile, and in some textarea use rte, created with InputFormTextBox with RichTextMode. But for some reason (damn Microsoft) there is no ...
0
votes
1answer
37 views
RTE editor for TYPO3
I am searching an alternative to TYPO3's own RTE editor, I need something more flexibel and user friendly, in the best case something similar to the one used by Wordpress.
What I aim for exactly is to ...
0
votes
5answers
168 views
Implementing a .Net web forms spell checker
I'm implementing a .net web forms spell checker in one of our applications.
This application is only run internally and the clients do not have access to the internet so I cannot use an online spell ...
0
votes
1answer
117 views
Javascript Rich Text Editor with get AND set cursor position support
Are there any javascript Rich Text Editors that support getting and setting the cursor position?
0
votes
2answers
133 views
TYPO3: Allow HTML for Rich Text Editor
The default settings of the RTE only allow some types of html elements. I also want to allow
form
button
input
How can I do this? I searched a bit and found this:
## RTE configuration
RTE.default ...
0
votes
3answers
42 views
How do I get the html from a contentEditable div to go inside of a hidden text form element?
I don't believe that you can use the input straight from a content editable div and submit it in a form, so I figured that I could just have a hidden text field and do something like this:
var ...
0
votes
2answers
102 views
Typo3: How to insert the page title automatically into an img alt tag and into rtetextarea
Say we have a Text/Images record and go to "Images & Captions" and then to "Alternative Labels (one per line)".
I would like something like this: "this is the alt image info for
...
0
votes
1answer
47 views
How to submit jquery jwysiwyg on enter
I am using jquery rich text editor jwysiwyg , i am able to submit the content on pressing enter key, by adding line
if(event.keyCode == 13) {
jQuery('#submit_button_id').focus().click();
}
...
0
votes
1answer
79 views
Selected content to upperCase?
I am just wondering if there is a simple solution already to the problem of turning selected content in tinymce to upperCase letters.
Anyone got a solution?
PS: The upperCase-function is known, but ...
0
votes
2answers
44 views
posts containing html tags displayed unformatted
I am writing a simple cms-like solution to keep track of my silly ideas.
Everything is going great, but I am now having some difficulties implementing the Xinha RTE plugin into my application.
I ...
0
votes
1answer
47 views
Require Rich Text Editor for Java Web app?
Can anyone suggest a Rich Text editor with Spell Checking for a Java Web App.
It should be compatible with pictures. For eg. If we copy and paste an image from the MSWord into the editor it should not ...
0
votes
0answers
17 views
How can i easily modify dragged content?
I am using the tinymce editor on my page.
Now, when users drag and drop content inside the editor or from outside the editor into the editor i would like to modify this content first before it gets ...
0
votes
0answers
93 views
Full page edit in Nicedit
I'm working on a rich text editor, based on the lightweight Nicedit. Everything seems okay (I integrated some extra modules, etc), but there's a problem with source code editor. When I try to insert a ...
0
votes
1answer
28 views
legacyoutput plugin problem in version 3.4.2 with underlined text
If i select a portion of text and try to make it underlined (using the U-Button) it works and the html looks like <u>...Text...</u> as expected. But when i initialize an editor with those ...
0
votes
1answer
96 views
HTMLPurifier - having trouble allowing YUI Rich Text Editor styling
I have a simple implementation of the YUI Rich Text Editor, it allows font, font size, bold, underline, italic, strikthrough, background color, text color, ordered and unordered lists, img, and link ...
0
votes
1answer
213 views
Saving form values, jquery.rte.js
So i have a form that has many fields and i made a nice little js script that will serialize my form, send it to the sessions scripts, and save the form based on the form id.
var values = ...
0
votes
1answer
121 views
Integrating PHPSpellCheck into YUI RTE
I have everything set up to integrate PHPSpellCheck (http://www.phpspellcheck.com) to the YUI Rich Text Editor - I have the button made, I have the spell check program in and working - I'm missing one ...