2
votes
2answers
68 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.
-1
votes
0answers
25 views
styleWithCSS for IE
I'm using a rich text editor and when I click on the indent, it inserts a tag. I ran execCommand('styleWithCSS', false, true); and that made it do the indent using styling. Unforntunately, this …
0
votes
1answer
55 views
Anyone knows more about this rte plugin in jQuery?
http://code.google.com/p/lwrte/wiki/API
The documents are far from detail,
and now I want to be able to set the content initially,
anyone has ideas?
EDIT
I'm now doing this,which is not working:
…
2
votes
3answers
111 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 …
0
votes
0answers
174 views
Ajax Toolkit Html Editor Expands on click
I am using the HTML Editor which now comes with the Asp.NET AJAX toolkit, the problem is:
(Only) In IE8, when clicking inside the content area or on one of the toolbar buttons, the editor decides to …
0
votes
1answer
171 views
embedding flash in rich text editor
I've been trying to embed a flash widget inside a rich text editor (http://code.google.com/p/lwrte/), by adding an tag to the iframe's HTML using mozilla's .insertHTML function …
0
votes
3answers
141 views
RichTextEditor that is PHP/code friendly to snippets of php
I can't seem to find a js RTE that will play friendly with snippets of php intertwined in it. I want a mini CMS for the backend of a number of sites. The views have some snippets of php here and …
0
votes
0answers
51 views
Problems with livequery and rte on firefox 3.5.2
Hi, 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",
…
1
vote
1answer
315 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 …
1
vote
4answers
239 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, …
1
vote
3answers
849 views
jQuery: Batiste Rich-Text Editor — how to update content?
Hello,
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 …
1
vote
1answer
288 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 …
0
votes
1answer
179 views
How do you copy and paste rich text to and from the wxRichTextCtrl?
I am using wxruby but as far as I can tell its not only a ruby problem. If I try to copy and paste rich text into the wxRichTextCtrl it loses all the formatting. What am I missing? Is there any way to …
1
vote
2answers
369 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.
…
0
votes
1answer
251 views
Modifying a YUI RTE toolbar after it’s been created
I am in a situation where I do not control the creation of one or many YUI Rich Text Editors; it is done in someone else's library.
For the purposes of this discussion:
patching code-- monkey or …
