[Zope-Checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/browser - view.stx:1.3
Steve Alexander
steve@cat-box.net
Thu, 13 Jun 2002 13:46:02 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/browser
In directory cvs.zope.org:/tmp/cvs-serv26776/doc/zcml/namespaces.zope.org/browser
Modified Files:
view.stx
Log Message:
stubbed out the docs a little more
=== Zope3/doc/zcml/namespaces.zope.org/browser/view.stx 1.2 => 1.3 ===
+
+See lib/python/Zope/App/Publisher/Browser/browser-meta.zcml
+
+Implemented in Zope.App.Publisher.Browser.metaConfigure.view
+
+Attributes
+
+ * name
+
+ * factory
+
+ * for, the interface this view applies to
+
+ * layer, defaults to 'default'
+
+ * template, the name a page template (must end in extension .pt).
+ If you supply a template, you must also supply a name.
+
+ * permission, a permission id
+
+ * allowed_interface, must also supply a name or permission
+
+ * allowed_attributes, must also supply a name or permission
+
+Subdirectives
+
+ * page
+
+ * name
+
+ * attribute
+
+ * permission
+
+ * defaultPage
+
+ * name
+
+ * attribute
+
+ * permission
+
+
+