1
vote
1answer
34 views
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 …
0
votes
1answer
21 views
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, …
0
votes
4answers
62 views
HTML text editor in ASP.NET 2.0
I am developing a web application where user has the option to send email to other users. I am looking for any in-built HTML text editor for ASP.NET 2.0. I know latest AJAX release for .NET 3.5 has …
1
vote
2answers
32 views
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.
…
0
votes
1answer
90 views
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 …
1
vote
4answers
358 views
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 …
3
votes
3answers
449 views
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 …
1
vote
6answers
323 views
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 …
0
votes
1answer
200 views
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 …
