[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - widgets.txt:1.2

Martijn Faassen m.faassen at vet.uu.nl
Fri Aug 22 17:02:41 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/browser/form

Modified Files:
	widgets.txt 
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as 
zopeConfigure is deprecated and hampers ZCML schema efforts.


=== Zope3/src/zope/app/browser/form/widgets.txt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/form/widgets.txt:1.1	Sun Jul 13 03:03:32 2003
+++ Zope3/src/zope/app/browser/form/widgets.txt	Fri Aug 22 16:02:10 2003
@@ -126,7 +126,7 @@
 
 Tying all this together is the ``configure.zcml``::
 
-    <zopeConfigure xmlns='http://namespaces.zope.org/zope'
+    <configure xmlns='http://namespaces.zope.org/zope'
         xmlns:browser='http://namespaces.zope.org/browser'>
 
     <content class=".poll.Poll">
@@ -188,7 +188,7 @@
         menu="zmi_views" title="Edit"
         permission="zope.ManageContent" />
 
-    </zopeConfigure>
+    </configure>
 
 Note the use of the "class" argument to the addform and editform
 directives. Otherwise, nothing much exciting here.




More information about the Zope3-Checkins mailing list