[Zope] In-browser WYSIWYG editor?

Phil Harris phil@harris-family.info
Fri, 22 Mar 2002 02:42:23 -0000


Is this what you're loking for:

http://vsbabu.org/webdev/zopedev/ieeditor.html

It's IE only, but it works really well.

If anyone is interested I have a 'MonkeyPatch' that retrofits this into
DTMLDocuments and DTMLMethods and PageTemplates.

----- Original Message -----
From: "Emanuel Borsboom" <em@nuel.ca>
To: <zope@zope.org>
Sent: Friday, March 22, 2002 2:35 AM
Subject: [Zope] In-browser WYSIWYG editor?


> Pardon me if this has been addressed before, but I'm looking a way
> provide content editors with an easy-to-use simple WYSIWYG editor that
> edits structured text (simple HTML would be okay too) on the site.
>
> Basically they should be able highlight text and emphasize or bold it,
> specify the heading level of a paragraph, create bulletted or numbered
> lists, and insert images and links.  What they have done should be
> immediately reflected in what they see on the screen, like they're
> using a word processor.
>
> This would obviously require some client-side code, such as a Java
> applet.
>
> Is there any such product available for Zope?  I've looked on the web
> site, and the closest I've found is SmartSections, which really
> doesn't do what I need.
>
> If not, I'll probably write something myself using a Java applet.
>
> --
> Emanuel Borsboom
> http://www.nuel.ca/
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )