Epoz 0.74 is a cross-browser
WYSIWYG editor for Zope, with xhtml cleanup (tidy via xml-rpc), source view, works with IE5.5+ and Mozilla, falls back to textarea otherwise. Uses Midas on moz.
Epoz NG (1.0) - next generation based on a different concept, currently under heavy development. Features native xhtml, async saving, propably xslt...
v0.74 is prety much just for use with Zope while Epoz NG has been overhauled to allow many different platforms.
(adapted from MediaWiki WYSIWYG editor
)
Comment:
Most of the replacement of the textarea can be done (in at least the IE environments) with stylesheets.
<div id="scrollingArea" class="replaceTextarea" style="overflow-y:auto;overflow-x:auto;height:85%;width:98%;">
Will make nested controls scroll within a limited screen area.
<span id="editableArea" class="replaceTextarea"
ContentEditable="true" >
will make any text in the spanned area editable.
--
JohnCoe - 28 Mar 2004