cybertools/xedit
helmutm b59c342fff xedit: provide icon and a macro for embedding xedit links
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1172 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-04-11 15:02:09 +00:00
..
__init__.py xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
browser.py xedit External Editor: initial setup 2006-03-28 10:42:32 +00:00
configure.zcml xedit: provide icon and a macro for embedding xedit links 2006-04-11 15:02:09 +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
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 xedit: provide icon and a macro for embedding xedit links 2006-04-11 15:02:09 +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