We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Codev Web>TwysiwygEditor>EpozEditor (12 Apr 2004, WillNorris)
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 - 12 Apr 2004 - 06:23:00 - WillNorris
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback