[z3-checkins] r5228 - z3/Five/trunk/tests/products/FiveTest
faassen at codespeak.net
faassen at codespeak.net
Tue Jun 22 11:39:55 MEST 2004
Author: faassen
Date: Tue Jun 22 11:39:55 2004
New Revision: 5228
Modified:
z3/Five/trunk/tests/products/FiveTest/configure.zcml
Log:
Document the various test views.
Modified: z3/Five/trunk/tests/products/FiveTest/configure.zcml
==============================================================================
--- z3/Five/trunk/tests/products/FiveTest/configure.zcml (original)
+++ z3/Five/trunk/tests/products/FiveTest/configure.zcml Tue Jun 22 11:39:55 2004
@@ -7,6 +7,7 @@
provides=".interfaces.IAdapted"
factory=".classes.Adapter" />
+ <!-- attribute page -->
<browser:page
for=".interfaces.ISimpleContent"
class=".browser.SimpleContentView"
@@ -15,6 +16,7 @@
permission="zope.ViewManagementScreens"
/>
+ <!-- template/class page -->
<browser:page
for=".interfaces.ISimpleContent"
class=".browser.SimpleContentView"
@@ -23,6 +25,7 @@
permission="zope.ViewManagementScreens"
/>
+ <!-- template page (with simple python expression) -->
<browser:page
for=".interfaces.ISimpleContent"
template="owl.pt"
@@ -30,6 +33,7 @@
permission="zope.ViewManagementScreens"
/>
+ <!-- template page which calls on context using python -->
<browser:page
for=".interfaces.ISimpleContent"
template="flamingo.pt"
@@ -37,6 +41,7 @@
permission="zope.ViewManagementScreens"
/>
+ <!-- template page which calls on context using path -->
<browser:page
for=".interfaces.ISimpleContent"
template="flamingo2.pt"
@@ -44,6 +49,7 @@
permission="zope.ViewManagementScreens"
/>
+ <!-- template/class page which calls on context, view, views -->
<browser:page
for=".interfaces.ISimpleContent"
class=".browser.SimpleContentView"
More information about the z3-checkins
mailing list