richtexteditor

Paragraph formatting in a WPF RichTextBox?

I need to apply paragraph formatting to a selection in a rich text box. My RTB will behave the same way as the rich text boxes on StackOverflow--the user can type text into the RTB, but they can also enter code blocks. The RTB will apply very simple formatting to the code block--it will change the font and apply a background color to the...

Web based RTE to generate Freemarker Templates

I would like to use a web based rich text editor to create a freemarker template that can then be used by my java application to generate output documents. Has anyone tried something like this before? Are there some RTE components that generate Freemarker output? TIA ...

YUI Rich Text Editor Tool to apply Border for Image or div or page?

I have requirement, where a user can choose any border for the content he posted in the editor. Is there any sample available to create borders in YUI Rich Text Editor? Any help is appreciated. Thanks, ...

Why mysql is not storing data after "#" character?

Hey Friends, I have made one form in which there is rich text editor. and i m trying to store the data to database. now i have mainly two problem.. 1) As soon as the string which contents "#"(basically when i try to change the color of the font)     character, then it does not store characters after "#". and it also not store "#" char...

what architecture for implementing a richtext editor?

Hi! Can someone give me some hints on how a clean implementation (designwise) of a richtext editor could look like that allows for things like setting fonts, setting character colors and so on? And when and how are characters rendered? are characters rendered only once and the bitmap representation is cached? Is there any article or bo...

rich text editor to sql server

you know contact us page in every site i want the user format this page and save this in sqlserver and retrive the same format to desplay in the site how can i do it ...

FckEditor in Rails: textarea problem + ID

Hey all, I'm using the FCKEditor in my Rails app and everything works as it should except for ... 1] When putting a textarea into the fckEditor, saving it and going back to the page, everything after the textarea is posted below the FCKEditor as plain HTML code. So when I resave, everything after the (first) textarea is lost. Anyone ever...

Have any libraries implemented UITextInputDelegate for Rich Text editing on the iPad?

I'm looking for a rich text editor for the iPad. It appears that this was nearly impossible until iPhone OS 3.2 which included the UITextInput protocol, but that still leaves developers a long way from a functioning editor. The OMNI Framework has started on a text editor (search google for 'omnigroup texteditor'), but it's more of a pr...

How can I make superscripts in Flex RichTextEditor?

Component: mx.controls.RichTextEditor Platform: Flex 4 Player: Flash 10 Scenarios: A user selects text a clicks a button that I can easily add to the RichTextEditor. The selected text becomes superscripted (or subscripted). A user clicks the button and future text is superscripted until the button is clicked again. The most funda...

Rich text edit control for C++?

Hi, I'm looking for a control to edit rich text. These are my requirements: Fast/lightweight Support for bulleted/numbered lists Colored text and highlighting targeting Windows, but cross-platform would be a bonus Fine control over undo/redo and easy way to monitor what parts of the documents have changed All the other usual feature...

Rich text editor for JSF 2

Hi, I searched around for a basic WYSIWYG rich text editor that I can use in a JSF 2 (VDL) application, but found nothing satisfactory.. in the sense that: The editor is very extensive, and not configurable (like PrimeFaces) The editor doesn't work with VDL (like RichFaces) Multiple instances of the editor cannot be used on the same p...

Weird issue with cftextarea/cfwindow

A while ago, I worked on an application where a manager can approve/deny xxx applications. When some body selects an action from a drop down, it opens a cfwindow and loads cftextarea richtext="yes" in there, so that they could enter reasons for approval/denial. Now the culprit is that in production, the fckEditor has a ton of funky char...

Structure/object hierarchy of a rich text editor in OO style

I'm developing a text comparator that supports rich text editing. Could anyone suggest me how the structure or object hierarchy of a rich text editor build with Java or other OO languages looks like? ...

CKEDITOR ajax posts

I have looked far and wide, and I cannot find any answers. I am trying to make an admin page using ajax so when the client updates information in the CKEDITOR it doesn't have to take him to a new page. Getting data from input fields are easy enough using the .val() function, but because textareas are not updated on the fly, I can't use t...

How to enter break in Sitecore RichText editor?

When I hit enter on a line in sitecore richtexteditor I get a new paragraph instead of line break. I can manually add it by editing html but how can I add line break in the Design mode itself? ...

IE6 throws mix-content warning when using JQuery RTE

I am using Jquery Rich Text Editor (RTE) in a page accessed through HTTPS in IE6 browser. When the RTE loads I get a mixed-content warning saying: 'This page contains both secure and non secure items. Do you want to display the non secure item ?' This is probably happening because jquery while creating the RTE creates IFRAMES which ha...

TinyMCE adds closing div

Greetings, I want to know if it is possible to stop tinyMCE from adding closing divs to the text. For example if I enter this text: <div id="content"> <div id="section-content"> <h3>Our Work</h3> It then becomes this: <div id="content"> <div id="section-content"> <h3>Our Work</h3> </div> </div> I do not want those 2 closing divs ...

How to add Rich Text Editor to display code snippets

Im working on a Rails based application where I have the need to allow the user to format the text he enters and I would also like a way to highlight code snippets the way Stackoverflow does when I enter a code snippet. Are there any plugins that do this. And I would also like to know which is the RTE that is recommended and would be ...

Embedding video in my YUI rich text editor

I am few hours old using YUI rich text editor. I can only find the insert image button, what do i do to enable me insert videos? Thanks ...

Are there any good Rich Text Editor controls in Winform programming

It's easy to add a rich text editor in web programming, lots of options, while when I turn to do this in WinForm, I have searched for hours, with no good solution. Any one can help to recommend one? Thanks in advance! ...