[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/editview.py - Convenience documentation for the apidoc. This is only a

Christian Theune ct at gocept.com
Sat Jun 12 06:41:47 EDT 2004


Log message for revision 25379:
 - Convenience documentation for the apidoc. This is only a 
   "for now" solution but better than nothing at all.



-=-
Modified: Zope3/trunk/src/zope/app/form/browser/editview.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/editview.py	2004-06-12 09:58:12 UTC (rev 25378)
+++ Zope3/trunk/src/zope/app/form/browser/editview.py	2004-06-12 10:41:47 UTC (rev 25379)
@@ -44,6 +44,9 @@
 
     Subclasses should provide a schema attribute defining the schema
     to be edited.
+
+    The automatically generated widgets are available by name through
+    the attributes widget_*. (E.g. view.widget_title for the title widget)
     """
 
     errors = ()




More information about the Zope3-Checkins mailing list