[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins -
README.txt:1.4
Godefroid Chapelle
gotcha at swing.be
Tue Dec 23 05:38:54 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins
In directory cvs.zope.org:/tmp/cvs-serv10643
Modified Files:
README.txt
Log Message:
more precision about ZCML
=== Zope3/src/zope/app/browser/skins/README.txt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/README.txt:1.3 Tue Dec 23 05:22:53 2003
+++ Zope3/src/zope/app/browser/skins/README.txt Tue Dec 23 05:38:54 2003
@@ -158,10 +158,32 @@
o 'usage/addingdialog' is used during the process of adding a
new item.
- Those values must be registere through the <browser:usage name="usagevalue"
- /> ZCML directive. The <browser:menu>, <browser:pages>, <browser:page>,
- <browser:editform>, <broser:addform> all share the usage attribute.
- The usage attribute gets then one of the registered usage values.
+ Those values must be registered through the
+ <browser:usage name="usagevalue" /> ZCML directive.
+
+ The following directives share the usage attribute :
+
+ o browser:menu
+
+ o browser:view
+
+ o browser:pages
+
+ o browser:page
+
+ o browser:editform
+
+ o browser:subeditform
+
+ o browser:editwizard
+
+ o browser:addform
+
+ o browser:addwizard
+
+ o browser:schemadisplay
+
+ The usage attribute can only be set as one of the registered usage values.
As an example, the 'template.pt' master template in the
'rotterdam' skin has the following block::
More information about the Zope3-Checkins
mailing list