[Zope3-checkins] CVS: Zope3/src/zope/app/container -
interfaces.py:1.4
Suresh Babu Eddala
sbabu at zeomega.com
Thu May 6 11:46:34 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv3952/container
Modified Files:
interfaces.py
Log Message:
The renderAddButton method is deprecated, use nameAllowed method.
=== Zope3/src/zope/app/container/interfaces.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/container/interfaces.py:1.3 Tue Mar 23 11:37:15 2004
+++ Zope3/src/zope/app/container/interfaces.py Thu May 6 11:46:02 2004
@@ -211,8 +211,9 @@
decide what page to display after content is added.
"""
- def renderAddButton():
- """It will add Add button"""
+ def nameAllowed():
+ """Return whether names can be input by the user."""
+
class INameChooser(Interface):
More information about the Zope3-Checkins
mailing list