Tags:
create new tag
, view all tags
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

Topic revision: r3 - 2004-04-12 - WillNorris
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by PerlIdeas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.