cybertools/xedit
helmutm e9b8722793 add zutil: Jeep implementation with BTrees; work in progress: organize, composer
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1827 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-07-16 08:43:43 +00:00
..
__init__.py xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
browser.py provide dummy locking handlers for external editor 2007-03-07 14:51:55 +00:00
configure.zcml add zutil: Jeep implementation with BTrees; work in progress: organize, composer 2007-07-16 08:43:43 +00:00
cybertools.xedit-configure.zcml xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
edit.gif xedit: provide icon and a macro for embedding xedit links 2006-04-11 15:02:09 +00:00
handler.py provide dummy locking handlers for external editor 2007-03-07 14:51:55 +00:00
interfaces.py xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
README.txt xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
tests.py xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
xedit.pt some minor improvements 2006-07-07 18:04:51 +00:00

External Editor
===============

  ($Id$)

  >>> from zope.app.testing import ztapi
  >>> from zope.app import zapi

  >>> from cybertools.xedit import interfaces
  >>> from cybertools.xedit.browser import ExternalEditorView