richtexteditor

What is the best way to parse HTML from a Rich Text Editor in Perl?

Is there a Perl module out there that can take bad HTML (such as what is copied from Microsoft Word) and parse it into nicely formatted HTML? I have looked at HTML::Tidy, but it has gotten horrible reviews on CPAN. We have a custom legacy module that's basically a wrapper for the command line version of tidy (which seems to be pretty m...

Rich Text Editor on a web page

I am trying to add a rich text editor in my web page where users can write reviews and format what they have written...something similar to the editor in which we write our posts on this site... can anyone point me to the right direction regarding this...any tutorial that would help me build such a component... Also i want a free product...

Flex Text Control Undo

I'm having trouble finding any resource for adding ctrl-z undo capability to a Flex RichTextEditor control (a lack it apparently shares with other Flex text controls). I'm baffled that it's not in the native forms because it's such a fundamental capability, available in even standard browser text controls I believe. Any mention of this ...

Strange elements appearing in javascript rich text editors

There's been a rash of strange HTML form elements showing up in javascript-based rich text editors all around the web. The first evidence I can find of this is in the joomla forums a little under a month ago. Since then there have also been reports from drupal users and wordpress users, and there's now evidence of this all over the web...

How can I retrieve hyperlink url from selection text in WPF Richtextbox

How can I retrieve hyperlink url from selection text in WPF Richtextbox? I select a hyperlink string in wpf richtextbox. How can I retrieve the url hyperlink of the selected text? I use the snipset code below. But It cannot effect. TextPointer caretPosition = mainRTB.Selection.Start; Hyperlink hlEdit = GetHyperlinkAncestor(caretPosit...

YUI SimpleEditor not right layout

I've downloaded the YUI library for the nice SimpleEditor. When installed and created a simple test. It will not display right. this is how it should look like. http://developer.yahoo.com/yui/examples/editor/simple_editor.html and this is how it looks with my example: http://ms.robertcabri.nl/testing.php Here is the code of my testing...

Drupal6: Linebreaks from fckeditor aren't reflected on page - solved

I think this might be a problem with the theme I'm using (Nitobe). I'm also using the WYSIWYG rich text editor fckeditor. When I make formatting changes to a post using fckeditor, such as bolding, italicizing, or more substantial changes, like adding a numbered list, it works fine. However, when I try to add line breaks, the changes ar...

Is possible to capture KeyDown event when current document is in design mode?

As you know, most of rich text editor use iframe to create WYSIWYG editor. In iframe contain document that is in design mode. I want to capture key down event when user press '@' character in rich text editor for displaying autocomplete for it. By the way, i cannot see any fired event inside design mode. How to solve this question? Tha...

Free RichTextEditor for ASP.NET Web Application

I want to use a Rich Text Editor in my ASP.NET web application project for my company's product.What are the best free options available. I went thru ASP.NET Ajax HTML Editor .But it does not support inserting an image inside the content.Can any one suggest me some solutions for this. Appreciate your support I had a look at tinymce,FC...

Plain and Rich text editor options in TinyMce editor

Hi, I am using tinymce editor to give good look of textarea where user write some comments.I want to give him two options one is plain text and the other is rich text editor option.When user click on plain text option all rich text option removed and when user click on rich text it will get all options of formatting text. I want to do t...

Html rich text editor and read-only content?

Hello I'm looking for a way to make specific elements in a Html rich text editor read-only and not possible to modify by the user. Is there any way to achieve this behavior? An example of the rich text editor Im refering to would be this code snippet: <html> <head> <script type="text/javascript"> var Editor = { Init: functi...

determine when contents of html tag changes

Is there a way to determine when the contents of a HTML tag has changed? I would prefer to catch an event rather than polling it. My use case is I have text enclosed in span tags within a rich text editor, and I need to remove the span tags when the enclosing text is modified by the user. ...

How to get HTML text from Adobe Flex Builder RichTextEditor?

How to get HTML text from inputed and edited text into Adobe Flex Builder RichTextEditor control? I mean with valid HTML coming from the Flex RichTextEditor component Not Badly formated HTML, with no spaces, with tags not closed! So we have some text edited with RTE a-la We want to get its content as HTML. how to do such thing? ...

How to add images into Adobe Flex Builder RichTextEditor?

How to add images into Adobe Flex Builder RichTextEditor control? I mean using a button =) So we have some text edior with RTE a-la We want to get into its content images using some button. How to do such thing? BTW: I found this http://anotherflava.com/2009/01/12/flex-xhtml-rich-text-editor-w-images/ but I realy do not understand h...

JQuery validation is not working for YUI editor. ASP.NET MVC

I'm using YUI(Yahoo UI) rich text editor control in my MVC view page. I need to do a jquery required field validation. It shows error message when submit without any value in that field but it stays after typing the value in the text editor. Please help me if anyone has tried it before or if you have any other javascript validation log...

Getting a Flex RTE to group LI items properly in XML (wrapped in UL tag)

I'm trying to use XML to convert the code that a Flex RTE creates to valid HTML. No problems on other HTML elements, but difficulty with unordered lists. I created a solution for moving consecutive LIs into a UL node. After trial and error, I came up with the following solution. My question is - surely there's a better way to do this...

Which control is used as editor in mac mail - message body??

Hi all, I have a simple question: can anyone suggest me - what is the control which is used as editor to compose messages in mac mail?? My guess is- TextView but I cannot get - 1. How will I show icon in message body when some document is dragged and dropped in it, as in mac mail. Right now it only shows path of document! 2. How will...

I want to create a wiki engine in j2ee for my project.

i need a editor like one used here with live preview and instructions for how to acess the functionalities of the editor programatically.. ...

save data in wxRichTextCtrl

I have found only two methods (SaveFile, LoadFile) which save in a file. How in wxRichTextCtrl to save XML the data directly in a variable? ...

Rich Text Editing in Windows Forms

I am using following text editor for my windows forms application http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx This works great and a wonderful control, however I am trying to accomplish one task i.e. I wanted to insert a custom tag to the underlying html for eg if user clicks on a button on form I want to insert a t...