Emanual wrote:
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.
I'm currently trying to integrate a WYSIWYG editor inside the ZMI. You can have a preview at: http://gewis.nl/~pieterb/zope/iedocument/iedocument_preview_mxi.jpg I'm using the following Zope products: http://www.zope.org/Members/arvid/IEDocument http://www.zope.org/Members/sf/HTMLDocument http://vsbabu.org/webdev/zopedev/ieeditor.html I only concentrate on IE only editors (because it's only used for an intranet). They seem to be, based on either: - Microsoft DHTML Editing control (not longer supported by MS), - MSHTML (I didn't get HTML tables to work with it) More references on Microsoft editors: - http://www.microsoft.com/mind/defaulttop.asp?page=/mind/0299/inside/inside02... - http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/Downlo... - http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/... There seem to be a lot of inititatives to create new editors, but I didn't find the ideal WYSIWYG editor yet. Hope this helps, Pieter