[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/browser - view.stx:1.5
R. David Murray
bitz@bitdance.com
Sun, 1 Sep 2002 15:21:50 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/browser
In directory cvs.zope.org:/tmp/cvs-serv18790
Modified Files:
view.stx
Log Message:
Add description of factory arguments to description of factory attribute.
=== Zope3/doc/zcml/namespaces.zope.org/browser/view.stx 1.4 => 1.5 ===
--- Zope3/doc/zcml/namespaces.zope.org/browser/view.stx:1.4 Fri Aug 30 15:54:59 2002
+++ Zope3/doc/zcml/namespaces.zope.org/browser/view.stx Sun Sep 1 15:21:50 2002
@@ -8,7 +8,10 @@
* name
- * factory, a callable or list of callables that realizes the view
+ * factory, a callable or list of callables that realizes the view.
+ The View factory interface is documented in IViewFactory. View
+ factories are passed two arguments, the context object and
+ the request object.
* for, the interface this view applies to