[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/utility.py Documented the viewType argument to setUpWidgets.

Marius Gedminas marius at pov.lt
Thu Feb 10 14:13:26 EST 2005


Log message for revision 29105:
  Documented the viewType argument to setUpWidgets.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/form/utility.py

-=-
Modified: Zope3/trunk/src/zope/app/form/utility.py
===================================================================
--- Zope3/trunk/src/zope/app/form/utility.py	2005-02-10 19:08:38 UTC (rev 29104)
+++ Zope3/trunk/src/zope/app/form/utility.py	2005-02-10 19:13:26 UTC (rev 29105)
@@ -121,6 +121,9 @@
 
     `view` is the view that will be configured with widgets. 
 
+    `viewType` is the type of widgets to create (e.g. IInputWidget or
+    IDisplayWidget).
+
     `schema` is an interface containing the fields that widgets will be
     created for.
 



More information about the Zope3-Checkins mailing list