CVS: Products/ExternalEditor - __init__.py:1.5.2.1
Zachery Bir <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv10758
Modified Files:
Tag: ExternalEditor-zbir-extra-methods-branch
__init__.py
Log Message:
Surface the new EditURL method
=== Products/ExternalEditor/__init__.py 1.5 => 1.5.2.1 ===
--- Products/ExternalEditor/__init__.py:1.5 Tue Jul 13 10:36:13 2004
+++ Products/ExternalEditor/__init__.py Wed Aug 17 16:41:21 2005
@@ -18,7 +18,7 @@
from OFS.ObjectManager import ObjectManager
from OFS.FindSupport import FindSupport
from App.Management import Tabs
-from ExternalEditor import ExternalEditor, EditLink
+from ExternalEditor import ExternalEditor, EditURL, EditLink
# Add the icon and the edit method to the misc_ namespace
@@ -26,6 +26,7 @@
# Insert the global external editor resources
methods = {'externalEdit_': ExternalEditor(),
+ 'externalEditURL_': EditURL,
'externalEditLink_': EditLink}
# Monkey patch in our manage_main for Object Manager
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS