[Zope3-checkins] CVS: Zope3/src/zope/app/services - utility.txt:1.6

Philipp von Weitershausen philikon at philikon.de
Fri Jan 16 08:09:36 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv23976/app/services

Modified Files:
	utility.txt 
Log Message:
CustomWidget is CustomWidgetFactory now. See the following proposal email
for more information:
http://mail.zope.org/pipermail/zope3-dev/2004-January/009265.html

Backward compatability is kept for one month.


=== Zope3/src/zope/app/services/utility.txt 1.5 => 1.6 ===
--- Zope3/src/zope/app/services/utility.txt:1.5	Mon Dec 22 14:02:31 2003
+++ Zope3/src/zope/app/services/utility.txt	Fri Jan 16 08:09:05 2004
@@ -284,7 +284,7 @@
 
 The AddRegistration class defines a class attribute::
 
-    interface_widget = CustomWidget(UtilityInterfaceWidget)
+    interface_widget = CustomWidgetFactory(UtilityInterfaceWidget)
 
 This tells the forms machinery to use a a custom widget for the
 interface field. The custom widget we use is a specialized interface




More information about the Zope3-Checkins mailing list