[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
	container.py:1.7
    The Unidentified User 
    cvs-admin at zope.org
       
    Tue Dec  9 02:35:38 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv18854/src/zope/app/interfaces
Modified Files:
	container.py 
Log Message:
we have added method called renderAddButton in adding.py
Its a method for renderig Add button in Add form
=== Zope3/src/zope/app/interfaces/container.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/container.py:1.6	Mon Dec  1 11:19:23 2003
+++ Zope3/src/zope/app/interfaces/container.py	Tue Dec  9 02:35:37 2003
@@ -231,6 +231,10 @@
         decide what page to display after content is added.
         """
 
+    def renderAddButton():
+        """It will add Add button"""
+        
+
 class INameChooser(Interface):
 
     def checkName(name, object):
    
    
More information about the Zope3-Checkins
mailing list