Jeff and .NET

The .NET musings of Jeff Putz

Sponsors

News

My Sites

Archives

Using Mozilla/FireFox as a rich text editor?

I've seen a lot of stuff on the Net about using IE for a rich text editor (wrote a control for the forum even). Has anyone seen similar information for doing the same in Mozilla/FireFox? I've searched and searched and I'm not seeing it.
Posted: Oct 16 2004, 05:41 PM by Jeff | with 9 comment(s)
Filed under: , ,

Comments

dJ phuturecybersonique said:

# October 16, 2004 5:49 PM

Ron Buckton said:

FreeTextBox and RichTextBox both provide rich text editing in FireFox. I also have a RichTextEditor in the .NET web app framework I put together for my consulting company Chronicles Design.
# October 16, 2004 6:22 PM

Richard Tallent said:

Firefox supports the same "contenteditable=true" attribute and most of the same JavaScript methods for programmatic bold, italics, etc. I use a free solution, HtmlArea 3.0b, in my ASP.NET apps (http://www.interactivetools.com/iforum/P15734/).
# October 17, 2004 3:17 AM

Tankado said:

<textarea usehtml name="editme">

 <p>Editable content</p>

</textarea>

# August 20, 2006 9:43 PM

MarV said:

Tankado that just can't work.

# September 7, 2006 10:48 AM

John Pfeiffer said:

It works great!  Thanks!

A nice Firefox Editor with Cyrillic variation:

<textarea usehtml name="editme" cols=80 rows=30>

Editable content, press F2 to change back and forth in cyrillic

</textarea>

addons.mozilla.org/.../883

ToCyrillic 0.5.11.1 Homepage by Alex Benenson

You can then copy and paste it into notepad (and save it with unicode format)... does someone else have a better idea for saving?

# June 26, 2007 7:58 AM

A Heartthrob in disguise said:

I use this at work for case notes and it's awesome. When your firefox crashes, computer restarts, etc., and you restore your session, everything you entered is still there, down to the last letter! I don't know how it autosaves so quickly.

# September 29, 2007 11:18 AM

alex fox said:

Pingback from  alex fox

# April 24, 2008 7:10 AM

Bool said:

yes it worked in mozilla

# September 24, 2008 2:10 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)