Re: Looking for wysiwyg HTML authoring component
- From: "Brian Moelk" <bmoelk@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 10:12:30 -0400
> I need to embed a wysiwyg HTML editor in my application - anybody knows of
any
> component available for this?
The most targetted, pure Delphi component is: http://www.purposesoft.com
TRichview requires import/export of html. ProfGrid's HTML edit is a wrapper
of MS' DHTML control. IIRC, Delphi Informant had an article talking about
how to use MS' DHTML control.
The approach that I've become interested in is embedding IE and use a pure
javascript WYSIWYG editor. FCKEditor (http://www.fckeditor.net/) or
HTMLArea (http://www.htmlarea.com/) or Xinha
(http://xinha.python-hosting.com/) are all potentials.
These editors are pretty amazing, they are free and the HTML produced is
clean. Not only that, if you want to move your application to the web or
provide a web based interface, it's a done deal.
--
Brian Moelk
bmoelk@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.brainendeavor.com
.
- Prev by Date: Re: How to strip HTML tags and just get the text
- Next by Date: Re: IntraWeb like package ?
- Previous by thread: Re: Looking for wysiwyg HTML authoring component
- Next by thread: Help with memproof
- Index(es):
Relevant Pages
|